Skip to content

Commit 947a84d

Browse files
authored
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.
1 parent f6a975e commit 947a84d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/psych.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
#
3434
# Psych is a YAML parser and emitter.
3535
# Psych leverages libyaml [Home page: https://pyyaml.org/wiki/LibYAML]
36-
# or [HG repo: https://bitbucket.org/xi/libyaml] for its YAML parsing
36+
# or [git repo: https://github.com/yaml/libyaml] for its YAML parsing
3737
# and emitting capabilities. In addition to wrapping libyaml, Psych also
3838
# knows how to serialize and de-serialize most Ruby objects to and from
3939
# the YAML format.

0 commit comments

Comments
 (0)