Skip to content

Commit 631199a

Browse files
authored
Fix dead link / org.openhab.transform.jsonpath (openhab#17691)
Replace https://jsonpath.herokuapp.com/ (dead link) with https://jsonpath.fly.dev/ Signed-off-by: cyr1l0u <[email protected]>
1 parent 566171e commit 631199a

File tree

1 file changed

+1
-1
lines changed
  • bundles/org.openhab.transform.jsonpath

1 file changed

+1
-1
lines changed

bundles/org.openhab.transform.jsonpath/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,4 @@ This profile is a one-way transformation; only values from a device toward the i
6464
## Further Reading
6565

6666
- An extended [introduction](https://www.w3schools.com/js/js_json_intro.asp) can be found at W3School.
67-
- As JsonPath transformation is based on [Jayway](https://github.com/json-path/JsonPath), using an [online validator](https://jsonpath.herokuapp.com/) which also uses Jayway will give the most similar results.
67+
- As JsonPath transformation is based on [Jayway](https://github.com/json-path/JsonPath), using an [online validator](https://jsonpath.fly.dev/) which also uses Jayway will give the most similar results.

0 commit comments

Comments
 (0)