From 8f6171a744851a0fd2d249886550ac7717bf949e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rory=20O=E2=80=99Kane?= Date: Tue, 27 Aug 2013 11:28:11 -0700 Subject: [PATCH] update Trac "patch"/"ticket" terminology for GitHub --- Liquid-for-Programmers.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Liquid-for-Programmers.md b/Liquid-for-Programmers.md index 925ad75..3bc62bf 100644 --- a/Liquid-for-Programmers.md +++ b/Liquid-for-Programmers.md @@ -21,7 +21,8 @@ global variables. Extending Liquid is very easy. However, keep in mind that Liquid is a young library and requires some outside help. If you create useful filters and tags, -please consider creating a patch and attaching it to a ticket here on this trac. +please consider making a [pull request](https://github.com/Shopify/liquid/pulls) +with them. ### Create your own filters