~ruther/qmk_firmware

995464cb9ca587de53537aee718ff300cf69fac8 — shela 5 years ago 45c73b1
[Docs] fix file path (#9540)

1 files changed, 1 insertions(+), 1 deletions(-)

M docs/documentation_best_practices.md
M docs/documentation_best_practices.md => docs/documentation_best_practices.md +1 -1
@@ 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.