From: Hungtsetse <33526088+hungtsetse@users.noreply.github.com> Date: Thu, 11 Jan 2024 19:56:09 +0000 (+0800) Subject: 📝 Add hyperlink to `docs/en/docs/tutorial/static-files.md` (#10243) X-Git-Tag: 0.109.1~272 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f74aeb00674d35d10e4f9f0ecd34a8e36a0df131;p=thirdparty%2Ffastapi%2Ffastapi.git 📝 Add hyperlink to `docs/en/docs/tutorial/static-files.md` (#10243) --- diff --git a/docs/en/docs/tutorial/static-files.md b/docs/en/docs/tutorial/static-files.md index 7a0c36af3f..311d2b1c8d 100644 --- a/docs/en/docs/tutorial/static-files.md +++ b/docs/en/docs/tutorial/static-files.md @@ -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