Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion configuration/rules-dsl.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Check out the editors page for more information and additional editor possibilit
### The Syntax

::: tip Note
The rule syntax is based on [Xbase](https://www.eclipse.org/Xtext/#xbase) and as a result it is sharing many details with [Xtend](https://www.eclipse.org/xtend/), which is built on top of Xbase as well.
The rule syntax is based on [Xbase](https://eclipse.dev/Xtext/documentation/305_xbase.html#xbase-language-ref-introduction) and as a result it is sharing many details with [Xtend](https://eclipse.dev/Xtext/xtend/documentation/), which is built on top of Xbase as well.
As a result, we will often point to the Xtend documentation for details.
:::

Expand Down
8 changes: 4 additions & 4 deletions tutorials/getting_started/rules_advanced.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ For what ever reason, openHAB has you covered with text based Script Actions and
openHAB supports a growing list of programming languages in which rules can be written.
openHAB comes with the following languages to choose from:

| Language | Details | Intended Audience |
| -------------------------------------------------- | ------------------------------------------------------------------------------------------------------------- | ----------------------- |
| [Blockly]({{base}}/configuration/blockly/) | See the previous page | Non-developers |
| [Rules DSL]({{base}}/configuration/rules-dsl.html) | A programming language developed specifically for openHAB based on [Xtend](https://eclipse.dev/Xtext/xtend/). | Long time openHAB users |
| Language | Details | Intended Audience |
| -------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------- |
| [Blockly]({{base}}/configuration/blockly/) | See the previous page | Non-developers |
| [Rules DSL]({{base}}/configuration/rules-dsl.html) | A programming language developed specifically for openHAB based on [Xbase](https://eclipse.dev/Xtext/documentation/305_xbase.html#xbase-language-ref-introduction). | Long time openHAB users |

In addition to these default choices, one can install a number of different languages as an Automation add-on.
Such diverse languages as [JavaScript](/addons/automation/jsscripting/), [Ruby](/addons/automation/jrubyscripting), [Python](/addons/automation/jythonscripting/), [Groovy](/addons/automation/groovyscripting/), Java, and more are available with more to come.
Expand Down