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