From c59cfcfd2e6a88ab22f86f7ec92a89c3bfeebd51 Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Sun, 12 May 2013 01:19:04 +0200 Subject: [PATCH] Not automatically deprecated. --- lib/jekyll/commands/doctor.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/jekyll/commands/doctor.rb b/lib/jekyll/commands/doctor.rb index 5ac2a68d..1819e0c7 100644 --- a/lib/jekyll/commands/doctor.rb +++ b/lib/jekyll/commands/doctor.rb @@ -16,8 +16,8 @@ module Jekyll site.pages.each do |page| if page.uses_relative_permalinks Jekyll::Logger.warn "Deprecation:", "'#{page.path}' uses relative" + - " permalinks which will be automatically" + - " deprecated in Jekyll v1.1." + " permalinks which will be deprecated in" + + " Jekyll v1.1 and beyond." contains_deprecated_pages = true end end