diff --git a/docs/Diagrams/Models/README.md b/docs/Models/README.md similarity index 70% rename from docs/Diagrams/Models/README.md rename to docs/Models/README.md index f7f6ab8..03273b6 100644 --- a/docs/Diagrams/Models/README.md +++ b/docs/Models/README.md @@ -6,16 +6,16 @@ This page shows all models that HopFrame uses. ## Base Models These are the models used by the various database services. -![](img/BaseModels.svg) +![](../Diagrams/Models/img/BaseModels.svg) ## API Models These are the models used by the REST API and the Blazor API. -![](img/ApiModels.svg) +![](../Diagrams/Models/img/ApiModels.svg) ## Database Models These are the models that correspond to the scheme in the Database -![](img/DatabaseModels.svg) +![](../Diagrams/Models/img/DatabaseModels.svg)