From 8d65ce675a79d982b03db4a8f91ea2cbe6db0dc0 Mon Sep 17 00:00:00 2001 From: Adam Hollett Date: Tue, 14 Jun 2016 15:21:24 -0400 Subject: [PATCH] Update links to point to core Liquid site --- site/_docs/templates.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/site/_docs/templates.md b/site/_docs/templates.md index c81e9f6c..89bee3c1 100644 --- a/site/_docs/templates.md +++ b/site/_docs/templates.md @@ -4,9 +4,9 @@ title: Templates permalink: /docs/templates/ --- -Jekyll uses the [Liquid](https://github.com/Shopify/liquid/wiki) templating language to -process templates. All of the standard Liquid [tags](https://github.com/Shopify/liquid/wiki/Liquid-for-Designers#tags) and -[filters](https://github.com/Shopify/liquid/wiki/Liquid-for-Designers#standard-filters) are +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 supported. Jekyll even adds a few handy filters and tags of its own to make common tasks easier.