summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2016-12-08 13:46:43 +0000
committerRémy Coutable <remy@rymai.me>2016-12-08 13:46:43 +0000
commita8356ef2681b89bf22270d71254afa587df41e02 (patch)
tree49a26b2055a301f7453998b3845fccd15a21533b
parent50a784482e997cc039015e24b37d3f8a01a9cd3e (diff)
parente41c3f698d82be51076bf83a3e7d4d90d9fc7efb (diff)
downloadgitlab-ce-a8356ef2681b89bf22270d71254afa587df41e02.tar.gz
Merge branch 'rs-8-15-update-guide' into 'master'
Correct previous stable branch used in 8.14 to 8.15 update guide [ci skip] See merge request !7984
-rw-r--r--doc/update/8.14-to-8.15.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/update/8.14-to-8.15.md b/doc/update/8.14-to-8.15.md
index 576b943b98c..3f58493fa63 100644
--- a/doc/update/8.14-to-8.15.md
+++ b/doc/update/8.14-to-8.15.md
@@ -113,7 +113,7 @@ sudo -u git -H bundle exec rake assets:clean assets:precompile cache:clear RAILS
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`:
```sh
-git diff origin/8-13-stable:config/gitlab.yml.example origin/8-15-stable:config/gitlab.yml.example
+git diff origin/8-14-stable:config/gitlab.yml.example origin/8-15-stable:config/gitlab.yml.example
```
#### Git configuration
@@ -131,10 +131,10 @@ Ensure you're still up-to-date with the latest NGINX configuration changes:
```sh
# For HTTPS configurations
-git diff origin/8-13-stable:lib/support/nginx/gitlab-ssl origin/8-15-stable:lib/support/nginx/gitlab-ssl
+git diff origin/8-14-stable:lib/support/nginx/gitlab-ssl origin/8-15-stable:lib/support/nginx/gitlab-ssl
# For HTTP configurations
-git diff origin/8-13-stable:lib/support/nginx/gitlab origin/8-15-stable:lib/support/nginx/gitlab
+git diff origin/8-14-stable:lib/support/nginx/gitlab origin/8-15-stable:lib/support/nginx/gitlab
```
If you are using Apache instead of NGINX please see the updated [Apache templates].