diff options
author | skullydazed <skullydazed@users.noreply.github.com> | 2018-03-08 10:31:08 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-08 10:31:08 -0800 |
commit | 566399794a6e2c19f11d9978a723595226e10560 (patch) | |
tree | c7a71e1445e0ea9de1e7ae6099b47fb5660f96cf | |
parent | 2bdf1731c38cdd730c5e21c60d2b9253138f81cc (diff) | |
download | qmk_firmware-566399794a6e2c19f11d9978a723595226e10560.tar.gz qmk_firmware-566399794a6e2c19f11d9978a723595226e10560.zip |
Disable the glossary linking to fix #2498 (#2499)
-rw-r--r-- | docs/_summary.md | 2 | ||||
-rw-r--r-- | docs/redirects.json | 4 | ||||
-rw-r--r-- | docs/reference_glossary.md (renamed from docs/glossary.md) | 0 |
3 files changed, 3 insertions, 3 deletions
diff --git a/docs/_summary.md b/docs/_summary.md index 4e743ac5e..50d9a37ae 100644 --- a/docs/_summary.md +++ b/docs/_summary.md | |||
@@ -73,7 +73,7 @@ | |||
73 | * [Customizing Functionality](custom_quantum_functions.md) | 73 | * [Customizing Functionality](custom_quantum_functions.md) |
74 | * [Documentation Best Practices](documentation_best_practices.md) | 74 | * [Documentation Best Practices](documentation_best_practices.md) |
75 | * [Documentation Templates](documentation_templates.md) | 75 | * [Documentation Templates](documentation_templates.md) |
76 | * [Glossary](glossary.md) | 76 | * [Glossary](reference_glossary.md) |
77 | * [Keymap Overview](keymap.md) | 77 | * [Keymap Overview](keymap.md) |
78 | * [Unit Testing](unit_testing.md) | 78 | * [Unit Testing](unit_testing.md) |
79 | 79 | ||
diff --git a/docs/redirects.json b/docs/redirects.json index db41cb41e..43e906408 100644 --- a/docs/redirects.json +++ b/docs/redirects.json | |||
@@ -17,8 +17,8 @@ | |||
17 | "to": "feature_advanced_keycodes.html" | 17 | "to": "feature_advanced_keycodes.html" |
18 | }, | 18 | }, |
19 | { | 19 | { |
20 | "from": "flashing.html", | 20 | "from": "glossary.html", |
21 | "to": "newbs_flashing.html" | 21 | "to": "reference_glossary.html" |
22 | }, | 22 | }, |
23 | { | 23 | { |
24 | "from": "key_lock.html", | 24 | "from": "key_lock.html", |
diff --git a/docs/glossary.md b/docs/reference_glossary.md index 754c1469e..754c1469e 100644 --- a/docs/glossary.md +++ b/docs/reference_glossary.md | |||