mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[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
This commit is contained in:
parent
b11638eed2
commit
e99d2d066f
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ require 'psych/class_loader'
|
||||||
#
|
#
|
||||||
# Psych is a YAML parser and emitter.
|
# Psych is a YAML parser and emitter.
|
||||||
# Psych leverages libyaml [Home page: https://pyyaml.org/wiki/LibYAML]
|
# 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
|
# and emitting capabilities. In addition to wrapping libyaml, Psych also
|
||||||
# knows how to serialize and de-serialize most Ruby objects to and from
|
# knows how to serialize and de-serialize most Ruby objects to and from
|
||||||
# the YAML format.
|
# the YAML format.
|
||||||
|
|
Loading…
Reference in a new issue