diff options
author | noroadsleft <18669334+noroadsleft@users.noreply.github.com> | 2019-01-14 14:30:22 -0800 |
---|---|---|
committer | skullydazed <skullydazed@users.noreply.github.com> | 2019-02-08 15:13:20 -0800 |
commit | c6183ab4fc0fdcb732958c0c4a76e1dc2069d804 (patch) | |
tree | f81e2b10e02fc8bf9fabd1999c326018bdad2212 | |
parent | aeee735f3572d266a356926852838d4573369796 (diff) | |
download | firmware-c6183ab4fc0fdcb732958c0c4a76e1dc2069d804.tar.gz firmware-c6183ab4fc0fdcb732958c0c4a76e1dc2069d804.tar.bz2 firmware-c6183ab4fc0fdcb732958c0c4a76e1dc2069d804.zip |
Update docs/reference_info_json.md
Co-Authored-By: skullydazed <skullydazed@users.noreply.github.com>
-rw-r--r-- | docs/reference_info_json.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/reference_info_json.md b/docs/reference_info_json.md index 8f903a2e0..829ea2124 100644 --- a/docs/reference_info_json.md +++ b/docs/reference_info_json.md @@ -67,4 +67,4 @@ This metadata is primarily used in two ways: * To allow web-based configurators to dynamically generate UI * To support the new `make keyboard:keymap:qmk` target, which bundles this metadata up with the firmware to allow QMK Toolbox to be smarter. -Configurator authors can see the [QMK Compiler](https://docs.compile.qmk.fm/api_docs.html) docs for more information on using the JSON API. +Configurator authors can see the [QMK Compiler](https://docs.api.qmk.fm/using-the-api) docs for more information on using the JSON API. |