From 99b5569ffa46691f717747846e2a8ffc5a258f3c Mon Sep 17 00:00:00 2001 From: Pat Hawks Date: Tue, 9 Sep 2014 23:20:40 -0700 Subject: [PATCH] =?UTF-8?q?Point=20Liquid=20links=20to=20Liquid=E2=80=99s?= =?UTF-8?q?=20Github=20wiki=20Provide=20a=20more=20helpful=20resource=20fo?= =?UTF-8?q?r=20questions=20like=20#2883?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- site/_docs/index.md | 2 +- site/_docs/templates.md | 6 +++--- site/_docs/variables.md | 2 +- site/index.html | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/site/_docs/index.md b/site/_docs/index.md index 46d0747e..27b2da25 100644 --- a/site/_docs/index.md +++ b/site/_docs/index.md @@ -17,7 +17,7 @@ Jekyll is a simple, blog-aware, static site generator. It takes a template directory containing raw text files in various formats, runs it through [Markdown](http://daringfireball.net/projects/markdown/) (or [Textile](http://redcloth.org/textile)) and -[Liquid](http://wiki.shopify.com/Liquid) +[Liquid](https://github.com/Shopify/liquid/wiki) converters, and spits out a complete, ready-to-publish static website suitable for serving with your favorite web server. Jekyll also happens to be the engine behind [GitHub Pages](http://pages.github.com), which means you can use Jekyll diff --git a/site/_docs/templates.md b/site/_docs/templates.md index cca7c87b..434b0fe4 100644 --- a/site/_docs/templates.md +++ b/site/_docs/templates.md @@ -6,9 +6,9 @@ next_section: permalinks permalink: /docs/templates/ --- -Jekyll uses the [Liquid](http://wiki.shopify.com/Liquid) templating language to -process templates. All of the standard Liquid [tags](http://wiki.shopify.com/Logic) and -[filters](http://wiki.shopify.com/Filters) are +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 supported. Jekyll even adds a few handy filters and tags of its own to make common tasks easier. diff --git a/site/_docs/variables.md b/site/_docs/variables.md index d93d970e..1c62bf83 100644 --- a/site/_docs/variables.md +++ b/site/_docs/variables.md @@ -9,7 +9,7 @@ permalink: /docs/variables/ Jekyll traverses your site looking for files to process. Any files with [YAML front matter](../frontmatter/) are subject to processing. For each of these files, Jekyll makes a variety of data available via the [Liquid templating -system](http://wiki.shopify.com/Liquid). The +system](https://github.com/Shopify/liquid/wiki). The following is a reference of the available data. ## Global Variables diff --git a/site/index.html b/site/index.html index 429723c1..d0dfaeab 100644 --- a/site/index.html +++ b/site/index.html @@ -22,7 +22,7 @@ overview: true