diff options
author | Drashna Jaelre <drashna@live.com> | 2018-09-28 09:04:30 -0700 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2018-09-28 12:04:30 -0400 |
commit | 8454fa5e9faab3a969168447d42369828f8ade91 (patch) | |
tree | aa30dfe03e430ec64935b80aa96e2c5d95add215 /docs/documentation_templates.md | |
parent | 9ade35a9fedbc6e4e77f422ed5fb514348e754ad (diff) | |
download | qmk_firmware-8454fa5e9faab3a969168447d42369828f8ade91.tar.gz qmk_firmware-8454fa5e9faab3a969168447d42369828f8ade91.zip |
Update Document Templates to reflect newer wording and URLs (#4006)
* Add pragma once info to contributing guidelines
* Fix links in readme template to match doc site
* Revert changes to contributing doc as somebody already changed it
Diffstat (limited to 'docs/documentation_templates.md')
-rw-r--r-- | docs/documentation_templates.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/documentation_templates.md b/docs/documentation_templates.md index 18829ed0f0..ba3830b64c 100644 --- a/docs/documentation_templates.md +++ b/docs/documentation_templates.md @@ -36,7 +36,7 @@ Make example for this keyboard (after setting up your build environment): make planck/rev4:default -See [build environment setup](https://docs.qmk.fm/build_environment_setup.html) then the [make instructions](https://docs.qmk.fm/make_instructions.html) for more information. +See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs). ``` There needs to be two spaces at the end of the `Keyboard Maintainer` and `Hardware Supported` lines for it to render correctly with Markdown. |