Skip to content

Commit 319bb58

Browse files
Merge pull request #225067 from pritamso/Broken-link-fix-ecfan
Broken link fix
2 parents e6761d2 + b4a7683 commit 319bb58

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/logic-apps/logic-apps-enterprise-integration-liquid-transform.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ The following example shows the sample inputs and outputs:
356356

357357
* If your template uses [Liquid filters](https://shopify.github.io/liquid/basics/introduction/#filters), make sure that you follow the [DotLiquid and C# naming conventions](https://github.com/dotliquid/dotliquid/wiki/DotLiquid-for-Designers#filter-and-output-casing), which use *sentence casing*. For all Liquid transforms, make sure that filter names in your template also use sentence casing. Otherwise, the filters won't work.
358358

359-
For example, when you use the `replace` filter, use `Replace`, not `replace`. The same rule applies if you try out examples at [DotLiquid online](http://dotliquidmarkup.org/TryOnline). For more information, see [Shopify Liquid filters](https://shopify.dev/docs/themes/liquid/reference/filters) and [DotLiquid Liquid filters](https://github.com/dotliquid/dotliquid/wiki/DotLiquid-for-Developers#create-your-own-filters). The Shopify specification includes examples for each filter, so for comparison, you can try these examples at [DotLiquid - Try online](http://dotliquidmarkup.org/TryOnline).
359+
For example, when you use the `replace` filter, use `Replace`, not `replace`. The same rule applies if you try out examples at [DotLiquid online](https://github.com/dotliquid/dotliquid/tree/master/src/DotLiquid.Website/Views/TryOnline). For more information, see [Shopify Liquid filters](https://shopify.dev/docs/themes/liquid/reference/filters) and [DotLiquid Liquid filters](https://github.com/dotliquid/dotliquid/wiki/DotLiquid-for-Developers#create-your-own-filters). The Shopify specification includes examples for each filter, so for comparison, you can try these examples at [DotLiquid - Try online](https://github.com/dotliquid/dotliquid/tree/master/src/DotLiquid.Website/Views/TryOnline).
360360

361361
* The `json` filter from the Shopify extension filters is currently [not implemented in DotLiquid](https://github.com/dotliquid/dotliquid/issues/384). Typically, you can use this filter to prepare text output for JSON string parsing, but instead, you need to use the `Replace` filter instead.
362362

@@ -391,8 +391,8 @@ The following example shows the sample inputs and outputs:
391391
## Next steps
392392

393393
* [Shopify Liquid language and examples](https://shopify.github.io/liquid/basics/introduction/)
394-
* [DotLiquid](http://dotliquidmarkup.org/)
395-
* [DotLiquid - Try online](http://dotliquidmarkup.org/TryOnline)
394+
* [DotLiquid](https://github.com/dotliquid/dotliquid/)
395+
* [DotLiquid - Try online](https://github.com/dotliquid/dotliquid/tree/master/src/DotLiquid.Website/Views/TryOnline)
396396
* [DotLiquid GitHub](https://github.com/dotliquid/dotliquid)
397397
* [DotLiquid GitHub issues](https://github.com/dotliquid/dotliquid/issues/)
398398
* Learn more about [maps](../logic-apps/logic-apps-enterprise-integration-maps.md)

0 commit comments

Comments
 (0)