From 5c3c857b11aeb2f6cc2d83209b66114e2b5eb0b2 Mon Sep 17 00:00:00 2001 From: olaughter Date: Tue, 10 Oct 2023 17:51:14 +0100 Subject: [PATCH] fix: documentation links in readme --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 41783024..2be6009a 100644 --- a/README.md +++ b/README.md @@ -2,5 +2,9 @@ Provides API for the navigator app. -- [general information](../docs/quickstart.md) -- [migrations](./docs/migrations.md) \ No newline at end of file +## Docs +- [Quickstart](docs/quickstart.md) +- [Database](docs/database.md) +- [Docker](docs/docker.md) +- [Environment](docs/environment.md) +- [Testing](docs/testing.md)