diff options
author | Sean McGivern <sean@gitlab.com> | 2019-07-30 12:58:36 +0100 |
---|---|---|
committer | Sean McGivern <sean@gitlab.com> | 2019-07-30 13:02:44 +0100 |
commit | 25de90bb241853186aee2e25f753d6ae1bf5b1cb (patch) | |
tree | 62b38d4959714e97c20cc1750175bb7161aa2e13 /doc/install | |
parent | 004b72fe165a38dd97cab1fb531f1094261a4eba (diff) | |
download | gitlab-ce-25de90bb241853186aee2e25f753d6ae1bf5b1cb.tar.gz |
Fix broken internal links in docsdocs-fix-broken-internal-links
Diffstat (limited to 'doc/install')
-rw-r--r-- | doc/install/installation.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/install/installation.md b/doc/install/installation.md index 06ec00cecc4..46ee980841b 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 |