From 1f5612dd1be62c05edf74425090b48a6d755c357 Mon Sep 17 00:00:00 2001 From: Antonio Argote Date: Sun, 26 Feb 2017 16:02:17 +0800 Subject: [PATCH] update broken links where once there was a working url, there's now a broken redirect --- docs/_docs/templates.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/_docs/templates.md b/docs/_docs/templates.md index 19ad6519..c612df49 100644 --- a/docs/_docs/templates.md +++ b/docs/_docs/templates.md @@ -4,8 +4,8 @@ permalink: /docs/templates/ --- Jekyll uses the [Liquid](https://shopify.github.io/liquid/) templating language to -process templates. All of the standard Liquid [tags](https://shopify.github.io/liquid/tags/) and -[filters](https://shopify.github.io/liquid/filters/) are +process templates. All of the standard Liquid [tags](https://shopify.github.io/liquid/tags/control-flow/) and +[filters](https://shopify.github.io/liquid/filters/abs/) are supported. Jekyll even adds a few handy filters and tags of its own to make common tasks easier.