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