diff options
Diffstat (limited to 'docs/contributing.md')
-rw-r--r-- | docs/contributing.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/contributing.md b/docs/contributing.md index c4d5057a0..f325566fd 100644 --- a/docs/contributing.md +++ b/docs/contributing.md | |||
@@ -101,7 +101,7 @@ enum my_keycodes { | |||
101 | }; | 101 | }; |
102 | ``` | 102 | ``` |
103 | 103 | ||
104 | ### Previewing the Documentation | 104 | ### Previewing the Documentation :id=previewing-the-documentation |
105 | 105 | ||
106 | Before opening a pull request, you can preview your changes if you have set up the development environment by running this command from the `qmk_firmware/` folder: | 106 | Before opening a pull request, you can preview your changes if you have set up the development environment by running this command from the `qmk_firmware/` folder: |
107 | 107 | ||