From f3f1e51f86a9dfac82e3d454eb2902440e4c2efc Mon Sep 17 00:00:00 2001 From: Dan Lichty Date: Fri, 26 Aug 2016 10:13:16 -0400 Subject: [PATCH] Fix README link to pessimistic version constraint --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 874d2ad..bce5b24 100644 --- a/README.md +++ b/README.md @@ -158,7 +158,7 @@ Constraint][pvc] with two digits of precision. For example: spec.add_dependency 'omniauth', '~> 1.0' [semver]: http://semver.org/ -[pvc]: http://docs.rubygems.org/read/chapter/16#page74 +[pvc]: http://guides.rubygems.org/patterns/#pessimistic-version-constraint ## License Copyright (c) 2010-2013 Michael Bleigh and Intridea, Inc. See [LICENSE][] for