diff --git a/site/docs/chapter-03-gbkb-reference.md b/site/docs/chapter-03-gbkb-reference.md index 33000bcd..75c2991c 100644 --- a/site/docs/chapter-03-gbkb-reference.md +++ b/site/docs/chapter-03-gbkb-reference.md @@ -13,7 +13,7 @@ The table below shows the description of each one of them: | Folder | File description | |----------|----------------------------------------------------------------------------------------------------| | tabular | .csv, .tsv or any tabular file used as an pair of question/answer and an optional hierarchy. | -| images | Images that can be used to enrich the answer to the user in the [Projector](glossary.md#projector) | +| images | Images that can be used to enrich the answer to the user in the [Projector](./glossary.md) | | videos | Videos used to answer questions made by users. | | subjects | List of images of subjects that can be trated by the bot. | | articles | Articles in .md that will be presented instead of text-only answers. | diff --git a/site/src/pages/index.md b/site/src/pages/index.md index 7602c192..45574fdb 100644 --- a/site/src/pages/index.md +++ b/site/src/pages/index.md @@ -22,7 +22,7 @@ In this documentation, we'll explore the architecture of the General Bots server * [Chapter 06 - gbapp Reference](docs/chapter-06-gbapp-reference) * [Chapter 07 - gbot Reference](docs/chapter-07-gbot-reference) * [Chapter 08 - Tooling](docs/chapter-08-tooling) -* [Chapter 09 - Services](docs/chapter-09-services) +* [Chapter 09 - Feature-Matrix](docs/chapter-09-feature-matrix) * [Chapter 10 - Contributing](docs/chapter-10-contributing) * [Apendix I - Database Model](docs/apendix-i-database-model) * [Glossary](docs/glossary)