aboutsummaryrefslogtreecommitdiff
path: root/docs/documentation_best_practices.md
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2024-06-02 02:42:52 +0000
committerQMK Bot <hello@qmk.fm>2024-06-02 02:42:52 +0000
commitc67789b717d72328ca275bfc4f5a3032d06bab98 (patch)
treeaafd350b64a95fbf05e0169acad714230e7114b2 /docs/documentation_best_practices.md
parent6c8750023125cbecb267d6608ff8684fecb33353 (diff)
parent78a0adfbb4d2c4e12f93f2a62ded0020d406243e (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'docs/documentation_best_practices.md')
-rw-r--r--docs/documentation_best_practices.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/documentation_best_practices.md b/docs/documentation_best_practices.md
index d41ec28f19..bc64472e24 100644
--- a/docs/documentation_best_practices.md
+++ b/docs/documentation_best_practices.md
@@ -69,4 +69,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.json`. 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/features/<my_cool_feature>.md`, and add that file to the appropriate place in `docs/_sidebar.json`. If you have added any keycodes be sure to add them to `docs/keycodes.md` with a link back to your feature page.