diff --git a/doc/development/fe_guide/graphql.md b/doc/development/fe_guide/graphql.md index 191ebd2ff580608822d14066e91bad77d6a8a57a..3d74ec94ae4fbfd96d169d5be4964aadb54091b2 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 d0f90d45ea725dc3bd041c293778b52e5441e299..3eb11bad8664b5f92eb1ff5222b4e4633da20195 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 cc521c2a767795ed9c44eabde79e58a9ed8b29bc..bfb00e45e52676d3f3ee37f7c2c018aba721db26 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 91bba1cd5d7c6622f2a39fee149c51a31a8cbf42..6592943cd29734ef82bdeeb740f4f3106952025d 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 6d34f91d37f2542213b2ce4ea6ba7abe8353db09..31dc98b7633e9f422c54f443a044e40047f6c388 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.