summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladimir Shushlin <v.shushlin@gmail.com>2019-08-01 11:38:49 +0300
committerVladimir Shushlin <v.shushlin@gmail.com>2019-08-01 11:38:49 +0300
commit32319126b0836f3e3fb53c9db5fdf5ed811447c3 (patch)
tree0ef61671bb916f7f5f0fb35c9f6354d4e1af1e74
parenta5ac84a1d05212de6d1831e2d4e8f552139f2a3c (diff)
downloadgitlab-ce-12-0-stable-docs-lint-fix.tar.gz
Fix broken internal links in docs12-0-stable-docs-lint-fix
-rw-r--r--doc/install/installation.md2
-rw-r--r--doc/user/clusters/applications.md3
2 files changed, 2 insertions, 3 deletions
diff --git a/doc/install/installation.md b/doc/install/installation.md
index e73bf2c16ff..58fcde58ea4 100644
--- a/doc/install/installation.md
+++ b/doc/install/installation.md
@@ -6,7 +6,7 @@ type: howto
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
-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.
Read [requirements.md](requirements.md) for hardware and operating system requirements.
If you want to install on RHEL/CentOS, we recommend using the
diff --git a/doc/user/clusters/applications.md b/doc/user/clusters/applications.md
index b520c4fb579..f86f34abf15 100644
--- a/doc/user/clusters/applications.md
+++ b/doc/user/clusters/applications.md
@@ -94,7 +94,7 @@ CI/CD](../../ci/README.md), the open-source continuous integration
service included with GitLab that coordinates the jobs. When installing
the GitLab Runner via the applications, it will run in **privileged
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:**
The
@@ -287,4 +287,3 @@ To avoid installation errors:
kubectl get secrets/tiller-secret -n gitlab-managed-apps -o "jsonpath={.data['ca\.crt']}" | base64 -d > b.pem
diff a.pem b.pem
```
-