From 91427c16ec6f19e36bd25025f067ef65fd3b83c1 Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Sat, 6 Jul 2013 14:58:46 +0200 Subject: [PATCH] Update links to history page in blog posts. --- site/_posts/2013-05-06-jekyll-1-dot-0-dot-0-released.markdown | 2 +- site/_posts/2013-05-08-jekyll-1-dot-0-dot-1-released.markdown | 4 ++-- site/_posts/2013-05-12-jekyll-1-dot-0-dot-2-released.markdown | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/site/_posts/2013-05-06-jekyll-1-dot-0-dot-0-released.markdown b/site/_posts/2013-05-06-jekyll-1-dot-0-dot-0-released.markdown index 58642d1b..7e55692b 100644 --- a/site/_posts/2013-05-06-jekyll-1-dot-0-dot-0-released.markdown +++ b/site/_posts/2013-05-06-jekyll-1-dot-0-dot-0-released.markdown @@ -18,5 +18,5 @@ examples and for compiling this list): _(Take a look at the [Upgrading][] page in the docs for more detailed information.)_ -[history]: https://github.com/mojombo/jekyll/blob/master/History.markdown#100--2013-05-06 +[history]: /docs/history/#100__20130506 [Upgrading]: /docs/upgrading/ diff --git a/site/_posts/2013-05-08-jekyll-1-dot-0-dot-1-released.markdown b/site/_posts/2013-05-08-jekyll-1-dot-0-dot-1-released.markdown index e306818f..fbcd42ed 100644 --- a/site/_posts/2013-05-08-jekyll-1-dot-0-dot-1-released.markdown +++ b/site/_posts/2013-05-08-jekyll-1-dot-0-dot-1-released.markdown @@ -6,7 +6,7 @@ author: parkr categories: [release, jekyll] --- -_(Take a look at the [Upgrading][] page in the docs for more detailed information.)_ +_(Take a look at the [History][] page in the docs for more detailed information.)_ Hot on the trails of v1.0, v1.0.1 is out! Here are the highlights: @@ -23,4 +23,4 @@ Hot on the trails of v1.0, v1.0.1 is out! Here are the highlights: [#{{ issue }}]: https://github.com/mojombo/jekyll/issues/{{ issue }} {% endfor %} -[Upgrading]: /docs/upgrading/ \ No newline at end of file +[History]: /docs/history/#101__20130508 diff --git a/site/_posts/2013-05-12-jekyll-1-dot-0-dot-2-released.markdown b/site/_posts/2013-05-12-jekyll-1-dot-0-dot-2-released.markdown index f95d8f35..30814444 100644 --- a/site/_posts/2013-05-12-jekyll-1-dot-0-dot-2-released.markdown +++ b/site/_posts/2013-05-12-jekyll-1-dot-0-dot-2-released.markdown @@ -6,7 +6,7 @@ author: parkr categories: [release, jekyll] --- -_(Take a look at the [Upgrading][] page in the docs for more detailed information.)_ +_(Take a look at the [History][] page in the docs for more detailed information.)_ v1.0.2 has some key bugfixes that optionally restore some behaviour from pre-1.0 releases, and fix some other annoying bugs: @@ -24,4 +24,4 @@ releases, and fix some other annoying bugs: [#{{ issue }}]: https://github.com/mojombo/jekyll/issues/{{ issue }} {% endfor %} -[Upgrading]: /docs/upgrading/ \ No newline at end of file +[History]: /docs/history/#102__20130512