From 0e1d3d44a4d70c57b93f5e4979b96167b3905735 Mon Sep 17 00:00:00 2001 From: Espartaco Palma Date: Sat, 13 Oct 2018 19:41:46 -0700 Subject: Use secure connection for pyyaml.org --- lib/psych.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/psych.rb') diff --git a/lib/psych.rb b/lib/psych.rb index 0f58298..6ca5724 100644 --- a/lib/psych.rb +++ b/lib/psych.rb @@ -36,7 +36,7 @@ require 'psych/class_loader' # = Overview # # Psych is a YAML parser and emitter. -# Psych leverages libyaml [Home page: http://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 # and emitting capabilities. In addition to wrapping libyaml, Psych also # knows how to serialize and de-serialize most Ruby objects to and from -- cgit v1.2.3