summaryrefslogtreecommitdiff
path: root/doc/update
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axilleas@axilleas.me>2015-11-17 06:24:36 +0000
committerAchilleas Pipinellis <axilleas@axilleas.me>2015-11-17 06:24:36 +0000
commit03cb8edb34ab0d19049931434863b585d85de238 (patch)
tree2fc729629cb1861bfedc0cb011e1610491606a9c /doc/update
parent0061143ccd2e37e7ff83bd85127e0638e5e40f85 (diff)
parent3300db70ff53699732672824859186cd083623fa (diff)
downloadgitlab-ce-03cb8edb34ab0d19049931434863b585d85de238.tar.gz
Merge branch 'http-to-https' into 'master'
Rewrite HTTP links to force TLS, where possible I got annoyed at the fact that the links on the profile page don't force the use of TLS, so I grepped through the entire source tree, tested all the links I found, and replaced them if possible. See merge request !1806
Diffstat (limited to 'doc/update')
-rw-r--r--doc/update/6.x-or-7.x-to-7.14.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/update/6.x-or-7.x-to-7.14.md b/doc/update/6.x-or-7.x-to-7.14.md
index b34fb12da6f..4516a102084 100644
--- a/doc/update/6.x-or-7.x-to-7.14.md
+++ b/doc/update/6.x-or-7.x-to-7.14.md
@@ -47,7 +47,7 @@ Download and compile Ruby:
```bash
mkdir /tmp/ruby && cd /tmp/ruby
-curl --progress http://cache.ruby-lang.org/pub/ruby/2.1/ruby-2.1.6.tar.gz | tar xz
+curl --progress https://cache.ruby-lang.org/pub/ruby/2.1/ruby-2.1.6.tar.gz | tar xz
cd ruby-2.1.6
./configure --disable-install-rdoc
make