summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Patterson <aaron.patterson@gmail.com>2011-11-16 09:56:35 -0800
committerAaron Patterson <aaron.patterson@gmail.com>2011-11-16 09:56:35 -0800
commit9952d8f22d3aa44fc2578692b8243ccc347f3424 (patch)
treeea86b156a25b03b476ca6571c063f08dd2f37de6
parentd7713a2ec1cf6374ff1667824a76581b4a9554f2 (diff)
parent589c304153f21e028257e6653449c85c551b35a8 (diff)
downloadpsych-9952d8f22d3aa44fc2578692b8243ccc347f3424.zip
Merge pull request #38 from brookemckim/master
Link to libyaml's website in README was incorrect.
-rw-r--r--README.rdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rdoc b/README.rdoc
index 79b2f21..0294e31 100644
--- a/README.rdoc
+++ b/README.rdoc
@@ -4,7 +4,7 @@
== Description
-Psych is a YAML parser and emitter. Psych leverages libyaml[http://libyaml.org]
+Psych is a YAML parser and emitter. Psych leverages libyaml[http://pyyaml.org/wiki/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.