From 47e1a449e10b4c4aa1d677718111b4dcfcd71638 Mon Sep 17 00:00:00 2001 From: David Briggs Date: Tue, 14 May 2013 00:12:48 -0400 Subject: [PATCH] fix upgrade docs --- site/docs/upgrading.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site/docs/upgrading.md b/site/docs/upgrading.md index cea5a923..0999ce01 100644 --- a/site/docs/upgrading.md +++ b/site/docs/upgrading.md @@ -40,8 +40,8 @@ Until v1.1, it is **opt-in**. Starting with v1.1, however, absolute permalinks will become **opt-out**, meaning Jekyll will default to using absolute permalinks instead of relative permalinks. -* To use absolute permalinks, set `relative_permalinks: true` in your configuration file. -* To continue using relative permalinks, set `relative_permalinks: false` in your configuration file. +* To use absolute permalinks, set `relative_permalinks: false` in your configuration file. +* To continue using relative permalinks, set `relative_permalinks: true` in your configuration file.