Fix broken diagram links after doc/ restructuring.

This commit is contained in:
Viktor Lofgren 2023-03-25 16:32:10 +01:00
parent c5f4cb34bf
commit a0027ad32b
3 changed files with 3 additions and 3 deletions

View File

@ -10,7 +10,7 @@ See [doc/module-taxonomy.md](../doc/module-taxonomy.md).
A map of the most important components and how they relate can be found below. A map of the most important components and how they relate can be found below.
![image](../doc/conceptual-overview.svg) ![image](../doc/diagram/conceptual-overview.svg)
### Services ### Services
* [core services](services-core/) "macroservices", stateful, memory hungry doing heavy lifting. * [core services](services-core/) "macroservices", stateful, memory hungry doing heavy lifting.

View File

@ -2,7 +2,7 @@
The index service knows which document contains which keywords. The index service knows which document contains which keywords.
![image](../../../doc/index-service-map.svg) ![image](../../../doc/diagram/index-service-map.svg)
## Central Classes ## Central Classes

View File

@ -10,7 +10,7 @@ related documents, which this service then ranks and returns
to the user. to the user.
![image](../../../doc/search-service-map.svg) ![image](../../../doc/diagram/search-service-map.svg)
## Central classes ## Central classes