ruby-changes:66972
From: Rhys <ko1@a...>
Date: Thu, 29 Jul 2021 16:27:07 +0900 (JST)
Subject: [ruby-changes:66972] e99d2d066f (master): [ruby/psych] fix: use git repository link for LibYAML in docs
https://git.ruby-lang.org/ruby.git/commit/?id=e99d2d066f From e99d2d066fc2ce05e79616e7ab43410955d769ea Mon Sep 17 00:00:00 2001 From: Rhys Powell <rhys@r...> 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 1efe8d5..ecf3b39 100644 --- a/ext/psych/lib/psych.rb +++ b/ext/psych/lib/psych.rb @@ -33,7 +33,7 @@ require 'psych/class_loader' https://github.com/ruby/ruby/blob/trunk/ext/psych/lib/psych.rb#L33 # # 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.1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/