Skip to content

Commit 5971617

Browse files
authored
Merge pull request #199860 from v-rajagt/divswa
Link fixed.
2 parents 3ab8c22 + c2c5195 commit 5971617

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ This article shows you how to complete these tasks:
162162

163163
* 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.
164164

165-
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/try-online). 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/try-online).
165+
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).
166166

167167
* 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.
168168

@@ -254,7 +254,7 @@ Here are the sample inputs and outputs:
254254

255255
* [Shopify Liquid language and examples](https://shopify.github.io/liquid/basics/introduction/)
256256
* [DotLiquid](http://dotliquidmarkup.org/)
257-
* [DotLiquid - Try online](http://dotliquidmarkup.org/try-online)
257+
* [DotLiquid - Try online](http://dotliquidmarkup.org/TryOnline)
258258
* [DotLiquid GitHub](https://github.com/dotliquid/dotliquid)
259259
* [DotLiquid GitHub issues](https://github.com/dotliquid/dotliquid/issues/)
260260
* Learn more about [maps](../logic-apps/logic-apps-enterprise-integration-maps.md)

0 commit comments

Comments
 (0)