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

Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
This commit is contained in:
Sofie Van Landeghem 2024-05-04 01:25:16 +02:00 committed by GitHub
parent f243315696
commit 9406e822ec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -81,4 +81,4 @@ It will listen on the IP address `0.0.0.0`, which means all the available IP add
In most cases you would (and should) have a "termination proxy" handling HTTPS for you on top, this will depend on how you deploy your application, your provider might do this for you, or you might need to set it up yourself.
!!! tip
You can learn more about it in the [deployment documentation](../deployment/index.md){.internal-link target=_blank}.
You can learn more about it in the [deployment documentation](deployment/index.md){.internal-link target=_blank}.