From ac1e2890648292f622b3312d53418cfb45ef4992 Mon Sep 17 00:00:00 2001 From: Devin Canterberry Date: Thu, 19 Feb 2015 14:56:19 -0800 Subject: [PATCH] Fixing broken (outdated) link for the Pessimistic Versioning Constraint. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 07fbc3f7..540ca969 100644 --- a/README.md +++ b/README.md @@ -107,7 +107,7 @@ Constraint][pvc] with two digits of precision. For example: spec.add_dependency 'middleman-core', '~> 3.0' [semver]: http://semver.org/ -[pvc]: http://docs.rubygems.org/read/chapter/16#page74 +[pvc]: http://guides.rubygems.org/patterns/#pessimistic-version-constraint ## License