From 3cfa760a0006e0730333537e4ba88ee2cd338465 Mon Sep 17 00:00:00 2001 From: jimtng <2554958+jimtng@users.noreply.github.com> Date: Wed, 30 Aug 2023 21:55:40 +1000 Subject: [PATCH] Link to the github pages at the bottom of USAGE.md (#130) --- USAGE.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/USAGE.md b/USAGE.md index 4f1a062ad7..6734013efc 100644 --- a/USAGE.md +++ b/USAGE.md @@ -61,6 +61,7 @@ If you're new to Ruby, you may want to check out [Ruby Basics](docs/ruby-basics. - [Dynamic Generation of Rules](#dynamic-generation-of-rules) - [Hooks](#hooks) - [Calling Java From JRuby](#calling-java-from-jruby) +- [Full Documentation](#full-documentation) Additional [example rules are available](docs/examples.md), as well as examples of [conversions from DSL and Python rules](docs/conversions.md). @@ -1687,7 +1688,7 @@ end ## Calling Java From JRuby -JRuby can access almost any Java object that's available in the current JVM. +JRuby can [access almost any Java object](https://github.com/jruby/jruby/wiki/CallingJavaFromJRuby) that's available in the current JVM. This is how the library is implemented internally. ```ruby @@ -1700,4 +1701,6 @@ formatter = DateTimeFormatter.of_pattern("yyyy MM dd") formatter = java.time.format.DateTimeFormatter.of_pattern("yyyy MM dd") ``` -See [full documentation from JRuby](https://github.com/jruby/jruby/wiki/CallingJavaFromJRuby) +## Full Documentation + +Visit for the full documentation of the **openHAB JRuby Helper Library**.