aboutsummaryrefslogtreecommitdiffstats
path: root/docs/index.html
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2020-05-02 04:29:55 +0100
committerGitHub <noreply@github.com>2020-05-02 04:29:55 +0100
commite182a38e7c63179f11c94cd7d59f9bac829b85a8 (patch)
treee759486a5e4b837960d4cad3e65a7d4c9ee2c866 /docs/index.html
parentfe4581c1a1a9065fe21212d8a6f2fe94fd661008 (diff)
downloadfirmware-e182a38e7c63179f11c94cd7d59f9bac829b85a8.tar.gz
firmware-e182a38e7c63179f11c94cd7d59f9bac829b85a8.tar.bz2
firmware-e182a38e7c63179f11c94cd7d59f9bac829b85a8.zip
Add redirect for old getting started links (#8987)
Diffstat (limited to 'docs/index.html')
-rw-r--r--docs/index.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/index.html b/docs/index.html
index f810e6c38..68bd00f6d 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',