From e182a38e7c63179f11c94cd7d59f9bac829b85a8 Mon Sep 17 00:00:00 2001 From: Joel Challis Date: Sat, 2 May 2020 04:29:55 +0100 Subject: [PATCH] Add redirect for old getting started links (#8987) --- docs/index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/index.html b/docs/index.html index f810e6c38fd..68bd00f6ddd 100644 --- a/docs/index.html +++ b/docs/index.html @@ -32,7 +32,7 @@ // Moved pages '/adding_a_keyboard_to_qmk': '/hardware_keyboard_guidelines', - '/build_environment_setup': '/getting_started_build_tools', + '/build_environment_setup': '/newbs_getting_started', '/cli_dev_configuration': '/cli_configuration', '/dynamic_macros': '/feature_dynamic_macros', '/feature_common_shortcuts': '/feature_advanced_keycodes', @@ -45,6 +45,7 @@ '/tap_dance': '/feature_tap_dance', '/unicode': '/feature_unicode', '/python_development': '/cli_development', + '/getting_started_build_tools':'/newbs_getting_started', }, basePath: '/', name: 'QMK Firmware',