diff options
author | Robert Speicher <robert@gitlab.com> | 2017-09-11 21:31:29 +0000 |
---|---|---|
committer | Robert Speicher <robert@gitlab.com> | 2017-09-11 21:31:29 +0000 |
commit | 021724eef20c9b7770119cd9ec367198f19cf442 (patch) | |
tree | b1cc31350a05bcc4d7bf44d7cf9b692f457e305a /doc/update/9.2-to-9.3.md | |
parent | 670c46b58b79b5d51690e500c049b32a4ba3a57f (diff) | |
parent | fcab8b4343ba6ce7c95f7ab51de1fdbd5b078d43 (diff) | |
download | gitlab-ce-021724eef20c9b7770119cd9ec367198f19cf442.tar.gz |
Merge branch 'jk-update-install-guide' into 'master'
Update installation and update instructions for 10.0
[ci skip]
See merge request !14135
Diffstat (limited to 'doc/update/9.2-to-9.3.md')
-rw-r--r-- | doc/update/9.2-to-9.3.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/update/9.2-to-9.3.md b/doc/update/9.2-to-9.3.md index 9d0b0da7edb..779ced0cf75 100644 --- a/doc/update/9.2-to-9.3.md +++ b/doc/update/9.2-to-9.3.md @@ -230,7 +230,7 @@ ActionMailer::Base.delivery_method = :smtp See [smtp_settings.rb.sample] as an example. -[smtp_settings.rb.sample]: https://gitlab.com/gitlab-org/gitlab-ce/blob/9-2-stable/config/initializers/smtp_settings.rb.sample#L13 +[smtp_settings.rb.sample]: https://gitlab.com/gitlab-org/gitlab-ce/blob/9-3-stable/config/initializers/smtp_settings.rb.sample#L13 #### Init script |