diff options
author | skullY <skullydazed@gmail.com> | 2020-02-27 20:53:50 -0800 |
---|---|---|
committer | skullydazed <skullydazed@users.noreply.github.com> | 2020-03-05 16:00:10 -0800 |
commit | 54c58ea6de61a0f1fefa06e8271e2e11f9027940 (patch) | |
tree | 2ce4163cda8164edccd6f06f6e384861a205006c /docs/contributing.md | |
parent | a95a314f78fd96aca7cc496b10bd310e28b1b66e (diff) | |
download | firmware-54c58ea6de61a0f1fefa06e8271e2e11f9027940.tar.gz firmware-54c58ea6de61a0f1fefa06e8271e2e11f9027940.tar.bz2 firmware-54c58ea6de61a0f1fefa06e8271e2e11f9027940.zip |
Add explicit id tags to externally linked headers
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 { }; ``` -### Previewing the Documentation +### Previewing the Documentation :id=previewing-the-documentation 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: |