diff options
author | SHIBATA Hiroshi <hsbt@ruby-lang.org> | 2014-04-13 10:01:38 +0900 |
---|---|---|
committer | SHIBATA Hiroshi <hsbt@ruby-lang.org> | 2014-04-13 10:01:38 +0900 |
commit | b6e8b10c83720fe73ab40784b3b0cf2d166cea70 (patch) | |
tree | db58b365b1ab8813eea9a88e1123313f86f4d44f /lib | |
parent | 1a3eb2a4bb8b7d9a98e8a8f100f570d16dde9124 (diff) | |
download | psych-b6e8b10c83720fe73ab40784b3b0cf2d166cea70.zip |
merge from ruby trunk
Diffstat (limited to 'lib')
-rw-r--r-- | lib/psych.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/psych.rb b/lib/psych.rb index d295ac9..41d40a5 100644 --- a/lib/psych.rb +++ b/lib/psych.rb @@ -21,7 +21,7 @@ require 'psych/class_loader' # # Psych is a YAML parser and emitter. # Psych leverages libyaml [Home page: http://pyyaml.org/wiki/LibYAML] -# or [Git repo: https://github.com/zerotao/libyaml] for its YAML parsing +# or [HG repo: https://bitbucket.org/xi/libyaml] for its YAML parsing # and emitting capabilities. In addition to wrapping libyaml, Psych also # knows how to serialize and de-serialize most Ruby objects to and from # the YAML format. |