From 2ccfb8f2cda33734589b78e8df30910a1ecb924a Mon Sep 17 00:00:00 2001 From: Shu Uesugi Date: Wed, 25 Jun 2014 13:45:51 -0700 Subject: [PATCH] Fix date syntax reference link --- Liquid-for-Designers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Liquid-for-Designers.md b/Liquid-for-Designers.md index fedbde8..1fb37e9 100644 --- a/Liquid-for-Designers.md +++ b/Liquid-for-Designers.md @@ -40,7 +40,7 @@ Hello {{ 'now' | date: "%Y %h" }} ### Standard Filters -* `date` - reformat a date ([syntax reference](http://liquid.rubyforge.org/classes/Liquid/StandardFilters.html#M000012)) +* `date` - reformat a date ([syntax reference](http://docs.shopify.com/themes/liquid-basics/output#date)) * `capitalize` - capitalize words in the input sentence * `downcase` - convert an input string to lowercase * `upcase` - convert an input string to uppercase