diff --git a/docs/source/tutorials/plugins.md b/docs/source/tutorials/plugins.md index 3e8bddbcdd..bb03c2ada1 100644 --- a/docs/source/tutorials/plugins.md +++ b/docs/source/tutorials/plugins.md @@ -36,7 +36,7 @@ engine ## Plugin List -Since this library excludes certain features that are available on the Shopify platform but not on the [Shopify/liquid](https://github.com/Shopify/liquid/) repo, see . +Since this library excludes certain features that are available on the Shopify platform but not on the [Shopify/liquid](https://github.com/Shopify/liquid/) repo, see [Differences with Shopify/liquid][differences]. Here's a list of plugins that backfill those features. Feel free to add yours, this file is publicly editable. @@ -44,4 +44,5 @@ Here's a list of plugins that backfill those features. Feel free to add yours, t * Color Filters: https://github.com/harttle/liquidjs-color-filters [liquid]: /api/classes/Liquid.html -[register]: /harttle/liquidjs/wiki/Register-Filters-Tags \ No newline at end of file +[register]: /harttle/liquidjs/wiki/Register-Filters-Tags +[differences]: /tutorials/differences.html