]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
✏️ Fix link in `fastapi-cli.md` (#11524)
authorSofie Van Landeghem <svlandeg@users.noreply.github.com>
Fri, 3 May 2024 23:25:16 +0000 (01:25 +0200)
committerGitHub <noreply@github.com>
Fri, 3 May 2024 23:25:16 +0000 (16:25 -0700)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
docs/en/docs/fastapi-cli.md

index 0e6295bb4ea07692179d9702da1b98d77d02cb02..deff6f875a1821a71fbc2e9184589a198acd61ee 100644 (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}.