From db5afb05cfb42130167904418b245ba2f5a0b16f Mon Sep 17 00:00:00 2001 From: skullY Date: Wed, 11 Oct 2017 12:18:53 -0700 Subject: [PATCH] Fix the presentation of the contribution guide --- CONTRIBUTING.md | 1 - docs/_summary.md | 2 +- docs/{getting_started_contributing.md => contributing.md} | 0 3 files changed, 1 insertion(+), 2 deletions(-) delete mode 120000 CONTRIBUTING.md rename docs/{getting_started_contributing.md => contributing.md} (100%) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md deleted file mode 120000 index 5f416373b..000000000 --- a/CONTRIBUTING.md +++ /dev/null @@ -1 +0,0 @@ -docs/getting_started_contributing.md \ No newline at end of file diff --git a/docs/_summary.md b/docs/_summary.md index 4383bbb23..edbf04c1a 100644 --- a/docs/_summary.md +++ b/docs/_summary.md @@ -3,7 +3,7 @@ * [Install Build Tools](getting_started_build_tools.md) * Alternative: [Vagrant Guide](getting_started_vagrant_guide.md) * [Build/Compile instructions](getting_started_make_guide.md) - * [Contributing to QMK](getting_started_contributing.md) + * [Contributing to QMK](contributing.md) * [How to Use Github](getting_started_github.md) * [FAQ](faq.md) diff --git a/docs/getting_started_contributing.md b/docs/contributing.md similarity index 100% rename from docs/getting_started_contributing.md rename to docs/contributing.md -- 2.39.2