summaryrefslogtreecommitdiff
path: root/doc/update/6.x-or-7.x-to-7.14.md
diff options
context:
space:
mode:
authorAlex Jordan <alex@strugee.net>2015-11-16 02:01:26 -0800
committerAlex Jordan <alex@strugee.net>2015-11-16 16:50:05 -0800
commit3300db70ff53699732672824859186cd083623fa (patch)
tree98a8e79a3887ad710c8f09651ad5dc62e2598dcc /doc/update/6.x-or-7.x-to-7.14.md
parent3777b233a35509c4ed13e145624370884468cbc2 (diff)
downloadgitlab-ce-3300db70ff53699732672824859186cd083623fa.tar.gz
Rewrite HTTP links to force TLS, where possible
Diffstat (limited to 'doc/update/6.x-or-7.x-to-7.14.md')
-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