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
Markdown (or Textile), Liquid, HTML & CSS go in. Static sites come out ready for deployment.
+Markdown (or Textile), Liquid, HTML & CSS go in. Static sites come out ready for deployment.
Jekyll template guide →