From fb4b580d920bddf08d9da784e94acf1ea358cf89 Mon Sep 17 00:00:00 2001 From: Cliff Hill Date: Thu, 4 Sep 2025 11:12:12 -0400 Subject: [PATCH] More readme fixes. Signed-off-by: Cliff Hill --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a0ae42aa..831bd546 100644 --- a/README.md +++ b/README.md @@ -122,8 +122,10 @@ nox --session=tests ##### API Documentation - The `nox` command above will also build the backend API documentation. -- **View the API docs in development mode:** Open [http://localhost:8000/docs](http://localhost:8000/docs) in your browser (when running dev Docker Compose). -- **Generated static docs (after running nox):** See `backend/build/api-docs/` relative to the project root. +- **View the API docs in development mode:** Open [http://localhost:8000/docs](http://localhost:8000/docs) in + your browser (when running dev Docker Compose). +- **Generated static docs (after running nox):** See `backend/docs/build/index.html` relative to the project + root. #### Frontend tests