diff --git a/docs/api/application_overview.md b/docs/api/application_overview.md index 920a8bdd..71c28c48 100644 --- a/docs/api/application_overview.md +++ b/docs/api/application_overview.md @@ -1,7 +1,7 @@ # Application overview The application is setup using a layered architecture (see [Link](architecture.md)) -To create the application you will need to create these three components: logger, data-access layer and model builder (see Main.py). +To create the application you will need to create these three components: logger, data-access layer and model builder (see [main.py](https://github.com/Deltares/D-EcoImpact/blob/main/main.py)). ```python # configure logger and data-access layer diff --git a/mkdocs.yml b/mkdocs.yml index 6cb7aeaa..c6f7f32d 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -76,7 +76,7 @@ nav: - Meuse: "examples/maas.md" - Development: - Architecture: "api/application_overview.md" - - Development process: "development.md" + - Development workflow: "development.md" - API reference: - Business: - "Application.py": "api/business/application.md"