tiangolo / fastapi

FastAPI framework, high performance, easy to learn, fast to code, ready for production
https://fastapi.tiangolo.com/
MIT License
73.34k stars 6.18k forks source link

✏️ Fix link in `fastapi-cli.md` #11524

Closed svlandeg closed 2 months ago

svlandeg commented 2 months ago

As reported on Twitter: the link gave a 404 as the index.md page doesn't exist.

tiangolo commented 2 months ago

📝 Docs preview for commit 78b74c88f673286a8c0c98fe52479f90afc3f0e8 at: https://e57e68dc.fastapitiangolo.pages.dev

svlandeg commented 2 months ago

Link looks like it's fixed: https://e57e68dc.fastapitiangolo.pages.dev/fastapi-cli/

tiangolo commented 2 months ago

Thank you! :cake:

I tweaked it a bit to remove the ../ and point to the index.md so that MkDocs can detect it as an internal file and warn when it points to a different place (I should include those checks in the tests :thinking: ).

tiangolo commented 2 months ago

📝 Docs preview for commit e038e493200841b597a6002ce8f43a662a64da1e at: https://5d1fa315.fastapitiangolo.pages.dev