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