mirror of https://github.com/tiangolo/fastapi.git
📝 Add hyperlink to `docs/en/docs/tutorial/static-files.md` (#10243)
This commit is contained in:
parent
4dde172a96
commit
f74aeb0067
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue