From 566399794a6e2c19f11d9978a723595226e10560 Mon Sep 17 00:00:00 2001 From: skullydazed Date: Thu, 8 Mar 2018 10:31:08 -0800 Subject: [PATCH] Disable the glossary linking to fix #2498 (#2499) --- docs/_summary.md | 2 +- docs/redirects.json | 4 ++-- docs/{glossary.md => reference_glossary.md} | 0 3 files changed, 3 insertions(+), 3 deletions(-) rename docs/{glossary.md => reference_glossary.md} (100%) 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 @@ * [Customizing Functionality](custom_quantum_functions.md) * [Documentation Best Practices](documentation_best_practices.md) * [Documentation Templates](documentation_templates.md) - * [Glossary](glossary.md) + * [Glossary](reference_glossary.md) * [Keymap Overview](keymap.md) * [Unit Testing](unit_testing.md) 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 @@ "to": "feature_advanced_keycodes.html" }, { - "from": "flashing.html", - "to": "newbs_flashing.html" + "from": "glossary.html", + "to": "reference_glossary.html" }, { "from": "key_lock.html", diff --git a/docs/glossary.md b/docs/reference_glossary.md similarity index 100% rename from docs/glossary.md rename to docs/reference_glossary.md -- 2.39.2