From 631199a1f76b08eff1bd7644de8739316a9d751e Mon Sep 17 00:00:00 2001 From: cyr1l0u <164659715+cyr1l0u@users.noreply.github.com> Date: Sun, 3 Nov 2024 01:23:52 +0100 Subject: [PATCH] Fix dead link / org.openhab.transform.jsonpath (#17691) Replace https://jsonpath.herokuapp.com/ (dead link) with https://jsonpath.fly.dev/ Signed-off-by: cyr1l0u <164659715+cyr1l0u@users.noreply.github.com> --- bundles/org.openhab.transform.jsonpath/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundles/org.openhab.transform.jsonpath/README.md b/bundles/org.openhab.transform.jsonpath/README.md index a6b079127bb..f58122ccab2 100644 --- a/bundles/org.openhab.transform.jsonpath/README.md +++ b/bundles/org.openhab.transform.jsonpath/README.md @@ -64,4 +64,4 @@ This profile is a one-way transformation; only values from a device toward the i ## Further Reading - An extended [introduction](https://www.w3schools.com/js/js_json_intro.asp) can be found at W3School. -- 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. +- 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.