diff options
author | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-03-09 09:54:13 +0000 |
---|---|---|
committer | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-03-09 09:54:13 +0000 |
commit | 0ab52373c37feef465c413c969b74f57eec158ba (patch) | |
tree | d0b23c22a21bd1ad90700b5ee9b5cdb211a72032 /doc/update | |
parent | b0b72c3bd4d813192f671c1956432349b14cad46 (diff) | |
parent | 0853628cbf982bc3191b3ee7efa42044fb8db9c2 (diff) | |
download | gitlab-ce-0ab52373c37feef465c413c969b74f57eec158ba.tar.gz |
Merge branch 'fix/upgrader-docs' into 'master'
Fix master branch link to upgrader.md
See merge request !2967
Diffstat (limited to 'doc/update')
-rw-r--r-- | doc/update/upgrader.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/update/upgrader.md b/doc/update/upgrader.md index fd0327686b1..5fa39ef1b0a 100644 --- a/doc/update/upgrader.md +++ b/doc/update/upgrader.md @@ -4,7 +4,7 @@ Although deprecated, if someone wants to make this script into a gem or otherwise improve it merge requests are welcome. -*Make sure you view this [upgrade guide from the 'master' branch](../../../master/doc/update/upgrader.md) for the most up to date instructions.* +*Make sure you view this [upgrade guide from the 'master' branch](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/update/upgrader.md) for the most up to date instructions.* GitLab Upgrader - a ruby script that allows you easily upgrade GitLab to latest minor version. |