From 9afb4acbf1d982dd5d685841138e197203eb429e Mon Sep 17 00:00:00 2001
From: Evan Read <eread@gitlab.com>
Date: Thu, 9 Jul 2020 17:28:09 +1000
Subject: [PATCH] Fixes mixed-case anchors

---
 doc/development/fe_guide/graphql.md               | 2 +-
 doc/install/aws/index.md                          | 2 +-
 doc/user/index.md                                 | 2 +-
 doc/user/markdown.md                              | 2 +-
 doc/user/project/issues/issue_data_and_actions.md | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/doc/development/fe_guide/graphql.md b/doc/development/fe_guide/graphql.md
index 191ebd2ff580..3d74ec94ae4f 100644
--- a/doc/development/fe_guide/graphql.md
+++ b/doc/development/fe_guide/graphql.md
@@ -646,7 +646,7 @@ defaultClient.query({ query })
   .then(result => console.log(result));
 ```
 
-When [using Vuex](#Using-with-Vuex), disable the cache when:
+When [using Vuex](#using-with-vuex), disable the cache when:
 
 - The data is being cached elsewhere
 - The use case does not need caching
diff --git a/doc/install/aws/index.md b/doc/install/aws/index.md
index d0f90d45ea72..3eb11bad8664 100644
--- a/doc/install/aws/index.md
+++ b/doc/install/aws/index.md
@@ -638,7 +638,7 @@ That concludes the configuration changes for our GitLab instance. Next, we'll cr
 
 On the EC2 dashboard:
 
-1. Select the `GitLab` instance we [created earlier](#install-gitLab).
+1. Select the `GitLab` instance we [created earlier](#install-gitlab).
 1. Click on **Actions**, scroll down to **Image** and click **Create Image**.
 1. Give your image a name and description (we'll use `GitLab-Source` for both).
 1. Leave everything else as default and click **Create Image**
diff --git a/doc/user/index.md b/doc/user/index.md
index cc521c2a7677..bfb00e45e526 100644
--- a/doc/user/index.md
+++ b/doc/user/index.md
@@ -148,7 +148,7 @@ requests you're assigned to.
 
 [Snippets](snippets.md) are code blocks that you want to store in GitLab, from which
 you have quick access to. You can also gather feedback on them through
-[Discussions](#Discussions).
+[Discussions](#discussions).
 
 ## Keyboard shortcuts
 
diff --git a/doc/user/markdown.md b/doc/user/markdown.md
index 91bba1cd5d7c..6592943cd297 100644
--- a/doc/user/markdown.md
+++ b/doc/user/markdown.md
@@ -92,7 +92,7 @@ to change.
 GitLab makes full use of the standard (CommonMark) formatting, but also includes additional
 functionality useful for GitLab users.
 
-It makes use of [new Markdown features](#new-GFM-markdown-extensions),
+It makes use of [new Markdown features](#new-gfm-markdown-extensions),
 not found in standard Markdown:
 
 - [Color "chips" written in HEX, RGB or HSL](#colors)
diff --git a/doc/user/project/issues/issue_data_and_actions.md b/doc/user/project/issues/issue_data_and_actions.md
index 6d34f91d37f2..31dc98b7633e 100644
--- a/doc/user/project/issues/issue_data_and_actions.md
+++ b/doc/user/project/issues/issue_data_and_actions.md
@@ -88,7 +88,7 @@ An issue can be assigned to:
 
 - Yourself.
 - Another person.
-- [Many people](#multiple-assignees-STARTER). **(STARTER)**
+- [Many people](#multiple-assignees-starter). **(STARTER)**
 
 The assignee(s) can be changed as often as needed. The idea is that the assignees are
 responsible for that issue until it's reassigned to someone else to take it from there.
-- 
GitLab