aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-09-24 05:26:42 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-09-24 05:26:42 +0000
commitaad0c9a9e963ebbe53c2d5e1b04e813b2f6c4003 (patch)
treecde1cb6db1f4900dd2d843ede0a9fce3eff570ac
parentbc6286b33cfffd7cbbe8f68f03c31cd32cbf0679 (diff)
downloadruby-aad0c9a9e963ebbe53c2d5e1b04e813b2f6c4003.tar.gz
* spec/README: update URL. [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56226 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog4
-rw-r--r--spec/README8
2 files changed, 8 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 9f0cf4d84f..1691ceaed5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Sat Sep 24 14:24:55 2016 Kazuhiro NISHIYAMA <zn@mbf.nifty.com>
+
+ * spec/README: update URL.
+
Sat Sep 24 11:28:22 2016 Koichi ITO <koic.ito@gmail.com>
* fix typos, "a" before "Integer" to "an". [Fix GH-1438]
diff --git a/spec/README b/spec/README
index 9821404697..c8d17ea427 100644
--- a/spec/README
+++ b/spec/README
@@ -1,9 +1,9 @@
= RubySpec
-RubySpec (http://rubyspec.org) provides the annotation of the Ruby
-implementation in an executable format. The make task
-`update-rubyspec' retrieves the specification and puts it into this
-directory.
+RubySpec (http://ruby.github.io/rubyspec.github.io/) provides the
+annotation of the Ruby implementation in an executable format. The
+make task `update-rubyspec' retrieves the specification and puts it
+into this directory.
== Directory structure
spec