mirror of
https://github.com/fastapi/fastapi.git
synced 2026-05-19 22:07:37 -04:00
📝 Add hyperlink to docs/en/docs/tutorial/static-files.md (#10243)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user