From 99d21ea91ec8450e2337b549c2e651d22630f329 Mon Sep 17 00:00:00 2001 From: olaughter <51889566+olaughter@users.noreply.github.com> Date: Tue, 10 Oct 2023 18:03:51 +0100 Subject: [PATCH] fix: documentation links in readme (#173) --- 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)