From eea4a82dc64ad0dbb012ed65660f51c9a60991f1 Mon Sep 17 00:00:00 2001 From: chrisfinazzo Date: Sun, 22 Mar 2015 14:47:15 -0400 Subject: [PATCH] Start working on an upgrade guide for Jekyll 3 --- site/_docs/upgrading.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/site/_docs/upgrading.md b/site/_docs/upgrading.md index 879546c6..2b2a0212 100644 --- a/site/_docs/upgrading.md +++ b/site/_docs/upgrading.md @@ -39,9 +39,9 @@ rebuild each time a file changes, just add the `--watch` flag at the end. ### Absolute Permalinks -In Jekyll v1.0, we introduced absolute permalinks for pages in subdirectories. -Until v2.0, it is **opt-in**. Starting with v2.0, however, absolute permalinks -will become **opt-out**, meaning Jekyll will default to using absolute permalinks +In Jekyll v1.0, we introduced absolute permalinks for pages in +subdirectories. Starting with v2.0, absolute permalinks are opt-out, +meaning Jekyll will default to using absolute permalinks instead of relative permalinks. * To use absolute permalinks, set `relative_permalinks: false` in your configuration file.