Commit 9afb4acb authored by Evan Read's avatar Evan Read

Fixes mixed-case anchors

parent 1b57ba65
......@@ -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
......
......@@ -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**
......
......@@ -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
......
......@@ -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)
......
......@@ -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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment