Fix mkdocs local link (#10167)

This commit is contained in:
Hoël Bagard 2024-02-29 19:35:10 +09:00 committed by GitHub
parent 72ccb34ba6
commit c9c98c4fe3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -316,7 +316,7 @@ To preview any changes to the documentation locally:
``` ```
The documentation should then be available locally at The documentation should then be available locally at
[http://127.0.0.1:8000/docs/](http://127.0.0.1:8000/docs/). [http://127.0.0.1:8000/ruff/](http://127.0.0.1:8000/ruff/).
## Release Process ## Release Process