]> git.basschouten.com Git - openhab-addons.git/commitdiff
automation.jsscripting/README: hypelink (#12638)
authorДилян Палаузов <git-dpa@aegee.org>
Fri, 22 Apr 2022 13:29:26 +0000 (16:29 +0300)
committerGitHub <noreply@github.com>
Fri, 22 Apr 2022 13:29:26 +0000 (15:29 +0200)
bundles/org.openhab.automation.jsscripting/README.md

index bf94d59e148b91efd8c57aef019a4a4b2255f3ae..4055a4c214878e624e8110220f2db754b95ddf16 100644 (file)
@@ -413,7 +413,7 @@ logger.debug("Hello {}!", "world");
 ### Time
 
 openHAB internally makes extensive use of the `java.time` package.
-openHAB-JS exports the excellent [JS-Joda](#https://js-joda.github.io/js-joda/) library via the `time` namespace, which is a native Javascript port of the same API standard used in Java for `java.time`.
+openHAB-JS exports the excellent [JS-Joda](https://js-joda.github.io/js-joda/) library via the `time` namespace, which is a native Javascript port of the same API standard used in Java for `java.time`.
 Anywhere that a native Java `ZonedDateTime` or `Duration` is required, the runtime will automatically convert a JS-Joda `ZonedDateTime` or `Duration` to its Java counterpart.
 
 Examples: