Skip to content

Commit cc8c27a

Browse files
authored
Fix link
See #23
1 parent 7fb0b04 commit cc8c27a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/05-More-Fix-Concepts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ append("colours[].*"," is a nice color")
209209
copy_field("colours[].*","result.$append")
210210
```
211211

212-
It [results](https://metafacture.org/playground/?flux=inputFile%0A%7C+open-file%0A%7C+as-records%0A%7C+decode-yaml%0A%7C+fix%28transformationFile%29%0A%7C+encode-yaml%0A%7C+print%0A%3B&transformation=replace_all%28%22colours%5B%5D.%2A%22%2C%22e%22%2C%22X%22%29&data=---%0Acolours%3A%0A+-+red%0A+-+yellow%0A+-+green) in:
212+
It [results](https://metafacture.org/playground/?flux=inputFile%0A%7C+open-file%0A%7C+as-records%0A%7C+decode-yaml%0A%7C+fix%28transformationFile%29%0A%7C+encode-yaml%0A%7C+print%0A%3B&transformation=upcase%28%22colours%5B%5D.%2A%22%29%0Aappend%28%22colours%5B%5D.%2A%22%2C%22+is+a+nice+color%22%29%0Acopy_field%28%22colours%5B%5D.%2A%22%2C%22result.%24append%22%29%0A&data=---%0Acolours%3A%0A+-+red%0A+-+yellow%0A+-+green) in:
213213

214214
```yaml
215215
---

0 commit comments

Comments
 (0)