From fda3461c5aed6df18af5b72ec7b5ae772e3be55f Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Tue, 6 May 2014 13:02:17 -0400 Subject: [PATCH] We deprecated relative permalinks in 2.0 --- lib/jekyll/commands/doctor.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/jekyll/commands/doctor.rb b/lib/jekyll/commands/doctor.rb index 3e4ad75c..0fab8b3a 100644 --- a/lib/jekyll/commands/doctor.rb +++ b/lib/jekyll/commands/doctor.rb @@ -41,7 +41,7 @@ module Jekyll if page.uses_relative_permalinks Jekyll.logger.warn "Deprecation:", "'#{page.path}' uses relative" + " permalinks which will be deprecated in" + - " Jekyll v1.2 and beyond." + " Jekyll v2.0.0 and beyond." contains_deprecated_pages = true end end