summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2019-08-19 17:52:13 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2019-08-19 17:52:20 +0900
commit355acbafde40c04b8586e1d9185b4965552e00fd (patch)
tree4006406e0d6d8ab405b220909214fa9e8ca3e32a
parent6dd9736c3a73ecd9b0dcf47348a81fb934eb88b3 (diff)
Update the canonical repository url
-rw-r--r--lib/yaml.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/yaml.rb b/lib/yaml.rb
index e47e0a7f9b..cec7808f05 100644
--- a/lib/yaml.rb
+++ b/lib/yaml.rb
@@ -54,8 +54,8 @@ YAML = Psych # :nodoc:
# For more advanced details on the implementation see Psych, and also check out
# http://yaml.org for spec details and other helpful information.
#
-# Psych is maintained by Aaron Patterson on github: https://github.com/tenderlove/psych
+# Psych is maintained by Aaron Patterson on github: https://github.com/ruby/psych
#
-# Syck can also be found on github: https://github.com/tenderlove/syck
+# Syck can also be found on github: https://github.com/ruby/syck
module YAML
end