mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* ext/psych/lib/psych.rb: [DOC] Fix a dead link in Psych by @rochefort [ci skip][fix GH-593]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45577 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
2f3b28c682
commit
3a78169e3f
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue