summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorSHIBATA Hiroshi <hsbt@ruby-lang.org>2014-04-13 10:01:38 +0900
committerSHIBATA Hiroshi <hsbt@ruby-lang.org>2014-04-13 10:01:38 +0900
commitb6e8b10c83720fe73ab40784b3b0cf2d166cea70 (patch)
treedb58b365b1ab8813eea9a88e1123313f86f4d44f /lib
parent1a3eb2a4bb8b7d9a98e8a8f100f570d16dde9124 (diff)
downloadpsych-b6e8b10c83720fe73ab40784b3b0cf2d166cea70.tar.gz
merge from ruby trunk
Diffstat (limited to 'lib')
-rw-r--r--lib/psych.rb2
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.