From 7aaef1626693f4e4449946de025aa6175adcfa3d Mon Sep 17 00:00:00 2001 From: "Devin J. Pohly" Date: Thu, 30 Nov 2017 12:18:01 -0600 Subject: 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. --- docs/faq_build.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/faq_build.md') 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. -- cgit v1.2.3-24-g4f1b