]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
📝 Add hyperlink to `docs/en/docs/tutorial/static-files.md` (#10243)
authorHungtsetse <33526088+hungtsetse@users.noreply.github.com>
Thu, 11 Jan 2024 19:56:09 +0000 (03:56 +0800)
committerGitHub <noreply@github.com>
Thu, 11 Jan 2024 19:56:09 +0000 (14:56 -0500)
docs/en/docs/tutorial/static-files.md

index 7a0c36af3f4c5f402249fcfa958f6f17a9b9c242..311d2b1c8de147507ce353497ea80345227583a4 100644 (file)
@@ -22,7 +22,7 @@ You can serve static files automatically from a directory using `StaticFiles`.
 
 This is different from using an `APIRouter` as a mounted application is completely independent. The OpenAPI and docs from your main application won't include anything from the mounted application, etc.
 
-You can read more about this in the **Advanced User Guide**.
+You can read more about this in the [Advanced User Guide](../advanced/index.md){.internal-link target=_blank}.
 
 ## Details