summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2021-07-24 13:55:08 +0900
committerGitHub <noreply@github.com>2021-07-24 13:55:08 +0900
commita8922edb85abce2412588a0b2044cd343e1caa70 (patch)
tree49cc8d20bc63d3e3ba58e64fbd359340baf6604a
parentf6a975e4b58efc23780a2bb39c9a87a0d66170fd (diff)
parent947a84d0dd079e635d92283314477fb582ad827e (diff)
downloadpsych-a8922edb85abce2412588a0b2044cd343e1caa70.tar.gz
Merge pull request #510 from rhysforyou/fix-docs-libyaml-link
Use git repository link for LibYAML in docs
-rw-r--r--lib/psych.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/psych.rb b/lib/psych.rb
index 1efe8d5..ecf3b39 100644
--- a/lib/psych.rb
+++ b/lib/psych.rb
@@ -33,7 +33,7 @@ require 'psych/class_loader'
#
# Psych is a YAML parser and emitter.
# Psych leverages libyaml [Home page: https://pyyaml.org/wiki/LibYAML]
-# or [HG repo: https://bitbucket.org/xi/libyaml] for its YAML parsing
+# or [git repo: https://github.com/yaml/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.