diff options
author | Joel Challis <git@zvecr.com> | 2020-05-02 04:29:55 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-02 04:29:55 +0100 |
commit | e182a38e7c63179f11c94cd7d59f9bac829b85a8 (patch) | |
tree | e759486a5e4b837960d4cad3e65a7d4c9ee2c866 /docs | |
parent | fe4581c1a1a9065fe21212d8a6f2fe94fd661008 (diff) | |
download | qmk_firmware-e182a38e7c63179f11c94cd7d59f9bac829b85a8.tar.gz qmk_firmware-e182a38e7c63179f11c94cd7d59f9bac829b85a8.zip |
Add redirect for old getting started links (#8987)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/index.html | 3 |
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 @@ | |||
32 | 32 | ||
33 | // Moved pages | 33 | // Moved pages |
34 | '/adding_a_keyboard_to_qmk': '/hardware_keyboard_guidelines', | 34 | '/adding_a_keyboard_to_qmk': '/hardware_keyboard_guidelines', |
35 | '/build_environment_setup': '/getting_started_build_tools', | 35 | '/build_environment_setup': '/newbs_getting_started', |
36 | '/cli_dev_configuration': '/cli_configuration', | 36 | '/cli_dev_configuration': '/cli_configuration', |
37 | '/dynamic_macros': '/feature_dynamic_macros', | 37 | '/dynamic_macros': '/feature_dynamic_macros', |
38 | '/feature_common_shortcuts': '/feature_advanced_keycodes', | 38 | '/feature_common_shortcuts': '/feature_advanced_keycodes', |
@@ -45,6 +45,7 @@ | |||
45 | '/tap_dance': '/feature_tap_dance', | 45 | '/tap_dance': '/feature_tap_dance', |
46 | '/unicode': '/feature_unicode', | 46 | '/unicode': '/feature_unicode', |
47 | '/python_development': '/cli_development', | 47 | '/python_development': '/cli_development', |
48 | '/getting_started_build_tools':'/newbs_getting_started', | ||
48 | }, | 49 | }, |
49 | basePath: '/', | 50 | basePath: '/', |
50 | name: 'QMK Firmware', | 51 | name: 'QMK Firmware', |