ruby-changes:33496
From: hsbt <ko1@a...>
Date: Sun, 13 Apr 2014 09:59:47 +0900 (JST)
Subject: [ruby-changes:33496] hsbt:r45577 (trunk): * ext/psych/lib/psych.rb: [DOC] Fix a dead link in Psych by @rochefort [ci skip][fix GH-593]
hsbt 2014-04-13 09:59:40 +0900 (Sun, 13 Apr 2014) New Revision: 45577 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=45577 Log: * ext/psych/lib/psych.rb: [DOC] Fix a dead link in Psych by @rochefort [ci skip][fix GH-593] Modified files: trunk/ext/psych/lib/psych.rb Index: ext/psych/lib/psych.rb =================================================================== --- ext/psych/lib/psych.rb (revision 45576) +++ ext/psych/lib/psych.rb (revision 45577) @@ -21,7 +21,7 @@ require 'psych/class_loader' https://github.com/ruby/ruby/blob/trunk/ext/psych/lib/psych.rb#L21 # # 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. -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/