Commit 5a221665 authored by Marcia Ramos's avatar Marcia Ramos

Merge branch 'docs-fix-broken-internal-links' into 'master'

Fix broken internal links in docs

Closes #65318

See merge request gitlab-org/gitlab-ce!31280
parents cab3b770 25de90bb
...@@ -6,7 +6,7 @@ type: howto ...@@ -6,7 +6,7 @@ type: howto
This is the official installation guide to set up a production GitLab server This is the official installation guide to set up a production GitLab server
using the source files. To set up a **development installation** or for many using the source files. To set up a **development installation** or for many
other installation options, see the [main installation page](index.md). other installation options, see the [main installation page](README.md).
It was created for and tested on **Debian/Ubuntu** operating systems. It was created for and tested on **Debian/Ubuntu** operating systems.
Read [requirements.md](requirements.md) for hardware and operating system requirements. Read [requirements.md](requirements.md) for hardware and operating system requirements.
If you want to install on RHEL/CentOS, we recommend using the If you want to install on RHEL/CentOS, we recommend using the
......
...@@ -95,7 +95,7 @@ CI/CD](../../ci/README.md), the open-source continuous integration ...@@ -95,7 +95,7 @@ CI/CD](../../ci/README.md), the open-source continuous integration
service included with GitLab that coordinates the jobs. When installing service included with GitLab that coordinates the jobs. When installing
the GitLab Runner via the applications, it will run in **privileged the GitLab Runner via the applications, it will run in **privileged
mode** by default. Make sure you read the [security mode** by default. Make sure you read the [security
implications](../project/clusters/index.md/#security-implications) before doing so. implications](../project/clusters/index.md#security-implications) before doing so.
NOTE: **Note:** NOTE: **Note:**
The The
......
...@@ -13,7 +13,7 @@ After pushing your changes to a new branch, you can: ...@@ -13,7 +13,7 @@ After pushing your changes to a new branch, you can:
- Create a [merge request](../../merge_requests/index.md) - Create a [merge request](../../merge_requests/index.md)
- Perform inline code review - Perform inline code review
- [Discuss](../../discussions/index.md) your implementation with your team - [Discuss](../../../discussions/index.md) your implementation with your team
- Preview changes submitted to a new branch with [Review Apps](../../../../ci/review_apps/index.md). - Preview changes submitted to a new branch with [Review Apps](../../../../ci/review_apps/index.md).
With [GitLab Starter](https://about.gitlab.com/pricing/), you can also request With [GitLab Starter](https://about.gitlab.com/pricing/), you can also request
......
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