]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
[Docs] fix broken link in docs/newbs_best_practices.md (#7430)
authorTakeshi ISHII <2170248+mtei@users.noreply.github.com>
Thu, 21 Nov 2019 09:02:15 +0000 (18:02 +0900)
committerDrashna Jaelre <drashna@live.com>
Thu, 21 Nov 2019 09:02:15 +0000 (01:02 -0800)
docs/newbs_best_practices.md

index 61bcc0c6adb813b1b7193c0f6ae09ee8bb816f71..2ea4cfc354ff04ea41123ef49b57fc61c5303db0 100644 (file)
@@ -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