aboutsummaryrefslogtreecommitdiffstats
path: root/docs/newbs_best_practices.md
diff options
context:
space:
mode:
authorTakeshi ISHII <2170248+mtei@users.noreply.github.com>2019-11-21 18:02:15 +0900
committerDrashna Jaelre <drashna@live.com>2019-11-21 01:02:15 -0800
commite54aadf24a93efd89e93d4cdf7bb164a21716e14 (patch)
treeb26935153c584b15c68588b00c410174f668e058 /docs/newbs_best_practices.md
parent8416a94ad27b3ff058576f09f35f0704a8b39ff3 (diff)
downloadfirmware-e54aadf24a93efd89e93d4cdf7bb164a21716e14.tar.gz
firmware-e54aadf24a93efd89e93d4cdf7bb164a21716e14.tar.bz2
firmware-e54aadf24a93efd89e93d4cdf7bb164a21716e14.zip
[Docs] fix broken link in docs/newbs_best_practices.md (#7430)
Diffstat (limited to 'docs/newbs_best_practices.md')
-rw-r--r--docs/newbs_best_practices.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/newbs_best_practices.md b/docs/newbs_best_practices.md
index 61bcc0c6a..2ea4cfc35 100644
--- a/docs/newbs_best_practices.md
+++ b/docs/newbs_best_practices.md
@@ -7,7 +7,7 @@ This document aims to instruct novices in the best ways to have a smooth experie
This document assumes a few things:
1. You have a GitHub account, and have [forked the qmk_firmware repository](getting_started_github.md) to your account.
-2. You've [set up your build environment](newbs_getting_started.md?id=environment-setup).
+2. You've [set up your build environment](newbs_getting_started.md#set-up-your-environment).
## Your fork's master: Update Often, Commit Never