From e99d2d066fc2ce05e79616e7ab43410955d769ea Mon Sep 17 00:00:00 2001 From: Rhys Powell Date: Sat, 24 Jul 2021 12:58:27 +1000 Subject: [ruby/psych] fix: use git repository link for LibYAML in docs LibYAML has moved from their previous Mercurial based hosting on BitBucket to a git repository on GitHub. This commit updates the `Psych` module's documentation to point to this new repository, instead of the old one which is now a 404. https://github.com/ruby/psych/commit/947a84d0dd --- ext/psych/lib/psych.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/psych/lib/psych.rb b/ext/psych/lib/psych.rb index 1efe8d5f62..ecf3b3927e 100644 --- a/ext/psych/lib/psych.rb +++ b/ext/psych/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. -- cgit v1.2.3