summaryrefslogtreecommitdiff
path: root/docs/newbs.md
diff options
context:
space:
mode:
authorTakeshi ISHII <2170248+mtei@users.noreply.github.com>2019-12-15 03:16:31 +0900
committerJoel Challis <git@zvecr.com>2019-12-14 18:16:31 +0000
commitb54722cc639c5c1c6a4ed8e09e881a1c7a2806a2 (patch)
treedce49933c8f0f75b5466052d4197af6c96de7ed9 /docs/newbs.md
parent037467781422b8a7c021d4f17d7bcce14aec57b7 (diff)
Change newbs.md to link to the new newbs_git_best_practices.md instead of newbs_best_practices.md. (#7633)
Diffstat (limited to 'docs/newbs.md')
-rw-r--r--docs/newbs.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/newbs.md b/docs/newbs.md
index 904a529455..775bba2caa 100644
--- a/docs/newbs.md
+++ b/docs/newbs.md
@@ -13,7 +13,7 @@ There are 7 main sections to this guide:
* [Building Your First Firmware using the online GUI](newbs_building_firmware_configurator.md)
* [Flashing Firmware](newbs_flashing.md)
* [Testing and Debugging](newbs_testing_debugging.md)
-* [Git Best Practices](newbs_best_practices.md)
+* [Best Git Practices](newbs_git_best_practices.md)
* [Learn More with these Resources](newbs_learn_more_resources.md)
This guide is focused on helping someone who has never compiled software before. It makes choices and recommendations based on that viewpoint. There are alternative methods for many of these procedures, and we support most of those alternatives. If you have any doubt about how to accomplish a task you can [ask us for guidance](getting_started_getting_help.md).