From b741e65f991f093a98f8b948ddfafdd1bd47f605 Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Sat, 7 Sep 2013 01:55:07 -0400 Subject: [PATCH] Fix problem link to /docs/history/ in v1.2.0 release post. --- site/_posts/2013-09-06-jekyll-1-2-0-released.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/_posts/2013-09-06-jekyll-1-2-0-released.markdown b/site/_posts/2013-09-06-jekyll-1-2-0-released.markdown index 8285f7f3..cb0b8882 100644 --- a/site/_posts/2013-09-06-jekyll-1-2-0-released.markdown +++ b/site/_posts/2013-09-06-jekyll-1-2-0-released.markdown @@ -20,4 +20,4 @@ Here are a few things we think you'll want to know about this release: * Permalinks with special characters should now generate without errors. * Expose the current Jekyll version as the `jekyll.version` Liquid variable. -For a full run-down, visit our [change log](/history/)! +For a full run-down, visit our [change log](/docs/history/)!