From f2ed14458c539e3c8276799620c4e6a29a500f76 Mon Sep 17 00:00:00 2001 From: Achilleas Pipinellis Date: Wed, 15 Feb 2017 19:27:40 +0100 Subject: Fix most of broken docs links [ci skip] --- doc/update/8.14-to-8.15.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'doc/update/8.14-to-8.15.md') diff --git a/doc/update/8.14-to-8.15.md b/doc/update/8.14-to-8.15.md index b1e3b116548..a68fe3bb605 100644 --- a/doc/update/8.14-to-8.15.md +++ b/doc/update/8.14-to-8.15.md @@ -122,7 +122,7 @@ sudo -u git -H git checkout v4.1.1 #### New configuration options for `gitlab.yml` -There are new configuration options available for [`gitlab.yml`](config/gitlab.yml.example). View them with the command below and apply them manually to your current `gitlab.yml`: +There are new configuration options available for [`gitlab.yml`][yaml]. View them with the command below and apply them manually to your current `gitlab.yml`: ```sh cd /home/git/gitlab @@ -235,3 +235,5 @@ sudo -u git -H bundle exec rake gitlab:backup:restore RAILS_ENV=production ``` If you have more than one backup `*.tar` file(s) please add `BACKUP=timestamp_of_backup` to the command above. + +[yaml]: https://gitlab.com/gitlab-org/gitlab-ce/blob/8-15-stable/config/gitlab.yml.example -- cgit v1.2.1