aboutsummaryrefslogtreecommitdiffstats
path: root/doc/syntax/refinements.rdoc
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-09-11 10:33:36 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-09-11 10:33:36 +0000
commitff745021c7d0a147d90ac2b1ff5d55ba11983691 (patch)
tree6c387abecc80145db7dcc72bbb5de7c01ba7d478 /doc/syntax/refinements.rdoc
parent24a705599c76f376f65b432868ff2c1081076b13 (diff)
downloadruby-ff745021c7d0a147d90ac2b1ff5d55ba11983691.tar.gz
Use https instead of http in some URLs
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56135 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'doc/syntax/refinements.rdoc')
-rw-r--r--doc/syntax/refinements.rdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/syntax/refinements.rdoc b/doc/syntax/refinements.rdoc
index 4cba61d396..1419fea509 100644
--- a/doc/syntax/refinements.rdoc
+++ b/doc/syntax/refinements.rdoc
@@ -257,6 +257,6 @@ This behavior may be changed in the future.
== Further Reading
-See http://bugs.ruby-lang.org/projects/ruby-trunk/wiki/RefinementsSpec for the
+See https://bugs.ruby-lang.org/projects/ruby-trunk/wiki/RefinementsSpec for the
current specification for implementing refinements. The specification also
contains more details.