From 3b24f079ea2e82645b636adadbc5470bbb84b78f Mon Sep 17 00:00:00 2001 From: Cosmin Popovici <1656595+cossssmin@users.noreply.github.com> Date: Tue, 14 May 2024 12:12:18 +0300 Subject: [PATCH] docs: update broken link updated broken link to shopify/liquid differences page --- docs/source/tutorials/plugins.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/source/tutorials/plugins.md b/docs/source/tutorials/plugins.md index 3e8bddbcd..bb03c2ada 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