Skip to content

Commit

Permalink
Fixed typos
Browse files Browse the repository at this point in the history
  • Loading branch information
sameersegal committed May 22, 2024
1 parent 50cedfc commit 8f2f00e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/explanations/architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ This document explains the inner workings of the JB Manager.

All the services are generic i.e. they are designed for multiple bots or use cases. The only customization that exists lies in the tiny bot code (finite state machine code) which is published by the Studio.

![](assets/jb-architecture.png)
![](../../assets/jb-architecture.png)

Language Flow
![](assets/language%20flow.png)
![](../../assets/language%20flow.png)


## DB Structure
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ The documentation is organized as follows:
1. [Tutorials](tutorials/)
2. [How to guides](how-tos/)
3. [References](references/)
4. [Explanations](references/)
4. [Explanations](explanations/)

0 comments on commit 8f2f00e

Please sign in to comment.