diff options
author | Sytse Sijbrandij <sytse@gitlab.com> | 2015-02-11 22:25:26 +0000 |
---|---|---|
committer | Sytse Sijbrandij <sytse@gitlab.com> | 2015-02-11 22:25:26 +0000 |
commit | c8e5dfef671e12f57f61f10c175d4e013d797596 (patch) | |
tree | 11f9caa2b4e8ba352e2e1196bbaab65253e2e420 /doc | |
parent | 36bbd5affbc880d82e0b42aec57d1f233e4ab5f3 (diff) | |
parent | 93bd185efe1d3e981a727df609b8aed521ad0f1c (diff) | |
download | gitlab-ce-c8e5dfef671e12f57f61f10c175d4e013d797596.tar.gz |
Merge branch 'issue_1064-fix_broken_doc_links' into 'master'
Fix Issue 1064
Fixes broken doc links within the installation section, as described in:
https://gitlab.com/gitlab-org/gitlab-ce/issues/1064
See merge request !334
Diffstat (limited to 'doc')
-rw-r--r-- | doc/install/installation.md | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/install/installation.md b/doc/install/installation.md index bfdebaf8466..bd81073c7eb 100644 --- a/doc/install/installation.md +++ b/doc/install/installation.md @@ -22,7 +22,9 @@ This is the official installation guide to set up a production server. To set up The following steps have been known to work. Please **use caution when you deviate** from this guide. Make sure you don't violate any assumptions GitLab makes about its environment. For example many people run into permission problems because they changed the location of directories or run services as the wrong user. -If you find a bug/error in this guide please **submit a merge request** following the [contributing guide](../../CONTRIBUTING.md). +If you find a bug/error in this guide please **submit a merge request** +following the +[contributing guide](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CONTRIBUTING.md). ## Overview @@ -457,4 +459,4 @@ You can configure LDAP authentication in `config/gitlab.yml`. Please restart Git ### Using Custom Omniauth Providers -See the [omniauth integration document](doc/integration/omniauth.md) +See the [omniauth integration document](../integration/omniauth.md) |