1
1
mirror of https://github.com/MarginaliaSearch/MarginaliaSearch.git synced 2025-10-05 21:22:39 +02:00

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.
![image](../doc/conceptual-overview.svg)
![image](../doc/diagram/conceptual-overview.svg)
### Services
* [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.
![image](../../../doc/index-service-map.svg)
![image](../../../doc/diagram/index-service-map.svg)
## Central Classes

View File

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