diff --git a/performance/tests/dropify/index.liquid b/performance/tests/dropify/index.liquid
index cbc12bb..f1ea137 100644
--- a/performance/tests/dropify/index.liquid
+++ b/performance/tests/dropify/index.liquid
@@ -28,7 +28,7 @@
{% else %}
In Admin > Blogs & Pages, create a page with the handle frontpage and it will show up here.
- {{ "Learn more about handles" | link_to "http://wiki.shopify.com/Handle" }}
+ {{ "Learn more about handles" | link_to: "http://wiki.shopify.com/Handle" }}
{% endif %}
diff --git a/performance/tests/ripen/index.liquid b/performance/tests/ripen/index.liquid
index 1eb1729..0e8ad56 100644
--- a/performance/tests/ripen/index.liquid
+++ b/performance/tests/ripen/index.liquid
@@ -26,7 +26,7 @@
{{ article.content }}
{% else %}
In Admin > Blogs & Pages, create a page with the handle frontpage and it will show up here.
- {{ "Learn more about handles" | link_to "http://wiki.shopify.com/Handle" }}
+ {{ "Learn more about handles" | link_to: "http://wiki.shopify.com/Handle" }}
{% endif %}
diff --git a/performance/tests/vogue/index.liquid b/performance/tests/vogue/index.liquid
index 34f5cf5..1cfc291 100644
--- a/performance/tests/vogue/index.liquid
+++ b/performance/tests/vogue/index.liquid
@@ -5,7 +5,7 @@
{{ article.content }}
{% else %}
In Admin > Blogs & Pages, create a page with the handle frontpage and it will show up here.
- {{ "Learn more about handles" | link_to "http://wiki.shopify.com/Handle" }}
+ {{ "Learn more about handles" | link_to: "http://wiki.shopify.com/Handle" }}
{% endif %}