From f6dffecab7aad6497b33fb4a954f83a90d234ea9 Mon Sep 17 00:00:00 2001 From: Frank Taillandier Date: Fri, 27 Jan 2017 20:51:56 +0100 Subject: [PATCH] fix broken links in release post --- docs/_posts/2017-01-18-jekyll-3-4-0-released.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/_posts/2017-01-18-jekyll-3-4-0-released.markdown b/docs/_posts/2017-01-18-jekyll-3-4-0-released.markdown index cb2c6f87..37edb7bc 100644 --- a/docs/_posts/2017-01-18-jekyll-3-4-0-released.markdown +++ b/docs/_posts/2017-01-18-jekyll-3-4-0-released.markdown @@ -10,8 +10,8 @@ Hey there! We have a quick update of Jekyll for you to enjoy this January. Packed full of bug fixes as usual, thanks to the tireless efforts of our exceptional Jekyll community. Three changes to call out: -1. If you're a big fan of [`where_by_exp`](/docs/filters/), you'll be an -even bigger fan of [`group_by_exp`](/docs/filters/). +1. If you're a big fan of [`where_by_exp`](/docs/templates/#filters), you'll be an +even bigger fan of [`group_by_exp`](/docs/templates/#filters). 2. Using a custom timezone in Jekyll on Windows? Yeah, sorry that hasn't ever worked properly. We made it possible to accurately [set the timezone using IANA timezone codes](https://jekyllrb.com/docs/windows/#timezone-management).