]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
:bug: Fix include docs example file (#1182)
authorSebastián Ramírez <tiangolo@gmail.com>
Sun, 29 Mar 2020 20:05:24 +0000 (22:05 +0200)
committerGitHub <noreply@github.com>
Sun, 29 Mar 2020 20:05:24 +0000 (22:05 +0200)
docs/en/docs/tutorial/body-fields.md

index 71843a3aae0f9c8c4d474bcc97fe955f20119e9c..8792abee718dca6b5efa06608081f0f8c32ec862 100644 (file)
@@ -55,7 +55,7 @@ For example, you can use that functionality to pass an <a href="https://github.c
 Alternately, you can provide these extras on a per-field basis by using additional keyword arguments to `Field`:
 
 ```Python hl_lines="2 8 9 10 11"
-{!./src/body_fields/tutorial003.py!}
+{!../../../docs_src/body_fields/tutorial003.py!}
 ```
 
 Either way, in the `/docs` it would look like this: