From: Nina Hwang <79563565+NinaHwang@users.noreply.github.com> Date: Thu, 7 Oct 2021 15:44:46 +0000 (+0900) Subject: ✏ Fix typo in file paths in `docs/en/docs/contributing.md` (#3752) X-Git-Tag: 0.69.0~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4ba1e81f1671ae252b514fed31f76f2224144df4;p=thirdparty%2Ffastapi%2Ffastapi.git ✏ Fix typo in file paths in `docs/en/docs/contributing.md` (#3752) Co-authored-by: Sebastián Ramírez --- diff --git a/docs/en/docs/contributing.md b/docs/en/docs/contributing.md index 9ef6e22c84..648c472fea 100644 --- a/docs/en/docs/contributing.md +++ b/docs/en/docs/contributing.md @@ -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.: