Disable the glossary linking to fix #2498 (#2499)

This commit is contained in:
skullydazed 2018-03-08 10:31:08 -08:00 committed by GitHub
parent 2bdf1731c3
commit 566399794a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -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)

View File

@ -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",