summaryrefslogtreecommitdiffstats
path: root/docs/faq_build.md
diff options
context:
space:
mode:
authorDevin J. Pohly <djpohly+github@gmail.com>2017-11-30 19:18:01 +0100
committerskullydazed <skullydazed@users.noreply.github.com>2017-11-30 19:18:01 +0100
commit7aaef1626693f4e4449946de025aa6175adcfa3d (patch)
treeeb9c2b5f38515ddfda61e7dd036e5535692969b8 /docs/faq_build.md
parent28874a9f33e7527f5104ec507f78360481f51f9e (diff)
downloadqmk_firmware-7aaef1626693f4e4449946de025aa6175adcfa3d.tar.gz
qmk_firmware-7aaef1626693f4e4449946de025aa6175adcfa3d.tar.xz
Fix internal links in docs/ (#2080)
One link in the summary (Modding your keyboard) referred to a page that was deleted; the rest have been updated to point to the new names.
Diffstat (limited to 'docs/faq_build.md')
-rw-r--r--docs/faq_build.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/faq_build.md b/docs/faq_build.md
index 0658242c3..c49a82a31 100644
--- a/docs/faq_build.md
+++ b/docs/faq_build.md
@@ -1,6 +1,6 @@
# Frequently Asked Build Questions
-This page covers questions about building QMK. If you have not yet you should read the [Build Environment Setup](getting_started_build_tools.md) and [Make Instructions](make_instructions.md) guides.
+This page covers questions about building QMK. If you have not yet you should read the [Build Environment Setup](getting_started_build_tools.md) and [Make Instructions](getting_started_make_guide.md) guides.
## Can't program on Linux
You will need proper permission to operate a device. For Linux users see udev rules below. Easy way is to use `sudo` command, if you are not familiar with this command check its manual with `man sudo` or this page on line.