From 32319126b0836f3e3fb53c9db5fdf5ed811447c3 Mon Sep 17 00:00:00 2001 From: Vladimir Shushlin Date: Thu, 1 Aug 2019 11:38:49 +0300 Subject: Fix broken internal links in docs --- doc/install/installation.md | 2 +- doc/user/clusters/applications.md | 3 +-- 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 ``` - -- cgit v1.2.3