diff options
author | shela <shelaf@users.noreply.github.com> | 2020-06-25 14:58:36 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-25 15:58:36 +1000 |
commit | 995464cb9ca587de53537aee718ff300cf69fac8 (patch) | |
tree | bdd7d52ae22f753427c28c6cc63d4d050018db4c /docs | |
parent | 45c73b13e1c422c11cb4a97d8b81b42b84f2eb53 (diff) |
[Docs] fix file path (#9540)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/documentation_best_practices.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/documentation_best_practices.md b/docs/documentation_best_practices.md index 77c226117c..c193fed6b8 100644 --- a/docs/documentation_best_practices.md +++ b/docs/documentation_best_practices.md @@ -61,4 +61,4 @@ This page describes my cool feature. You can use my cool feature to make coffee |KC_SUGAR||Order Sugar| ``` -Place your documentation into `docs/feature_<my_cool_feature>.md`, and add that file to the appropriate place in `docs/_sidebar.md`. If you have added any keycodes be sure to add them to `docs/keycodes.md` with a link back to your feature page. +Place your documentation into `docs/feature_<my_cool_feature>.md`, and add that file to the appropriate place in `docs/_summary.md`. If you have added any keycodes be sure to add them to `docs/keycodes.md` with a link back to your feature page. |