]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
✏ Fix typo in file paths in `docs/en/docs/contributing.md` (#3752)
authorNina Hwang <79563565+NinaHwang@users.noreply.github.com>
Thu, 7 Oct 2021 15:44:46 +0000 (00:44 +0900)
committerGitHub <noreply@github.com>
Thu, 7 Oct 2021 15:44:46 +0000 (17:44 +0200)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
docs/en/docs/contributing.md

index 9ef6e22c8439551835d0a35877feb08cd36ec6c7..648c472fea964a3d84b91011e0ba88cf0d725abf 100644 (file)
@@ -326,7 +326,7 @@ docs/es/docs/features.md
 * Now open the MkDocs config file for English at:
 
 ```
-docs/en/docs/mkdocs.yml
+docs/en/mkdocs.yml
 ```
 
 * Find the place where that `docs/features.md` is located in the config file. Somewhere like:
@@ -345,7 +345,7 @@ nav:
 * Open the MkDocs config file for the language you are editing, e.g.:
 
 ```
-docs/es/docs/mkdocs.yml
+docs/es/mkdocs.yml
 ```
 
 * Add it there at the exact same location it was for English, e.g.: