diff options
author | Devin J. Pohly <djpohly+github@gmail.com> | 2017-11-30 12:18:01 -0600 |
---|---|---|
committer | skullydazed <skullydazed@users.noreply.github.com> | 2017-11-30 10:18:01 -0800 |
commit | 7aaef1626693f4e4449946de025aa6175adcfa3d (patch) | |
tree | eb9c2b5f38515ddfda61e7dd036e5535692969b8 /docs/_summary.md | |
parent | 28874a9f33e7527f5104ec507f78360481f51f9e (diff) |
Fix internal links in docs/ (#2080)
One link in the summary (Modding your keyboard) referred to a page that
was deleted; the rest have been updated to point to the new names.
Diffstat (limited to 'docs/_summary.md')
-rw-r--r-- | docs/_summary.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/_summary.md b/docs/_summary.md index f288c77883..3c10e101d1 100644 --- a/docs/_summary.md +++ b/docs/_summary.md @@ -1,7 +1,7 @@ * [Getting started](README.md) * [QMK Introduction](getting_started_introduction.md) * [Install Build Tools](getting_started_build_tools.md) - * Alternative: [Vagrant Guide](getting_started_vagrant_guide.md) + * Alternative: [Vagrant Guide](getting_started_vagrant.md) * [Build/Compile instructions](getting_started_make_guide.md) * [Flashing instructions](flashing.md) * [Contributing to QMK](contributing.md) @@ -70,7 +70,6 @@ * For Makers and Modders * [Hand Wiring Guide](hand_wire.md) * [ISP flashing guide](isp_flashing_guide.md) - * [Modding your keyboard](modding_your_keyboard.md) * For a Deeper Understanding * [How Keyboards Work](how_keyboards_work.md) |