Skip to content

Commit 388301e

Browse files
Fix broken link (openhab#1553)
Fixes openhab#1547 Signed-off-by: Jerome Luckenbach <[email protected]>
1 parent f327a42 commit 388301e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

developers/bindings/thing-xml.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ The following XML snippet shows the definition for a temperature actuator channe
242242
- The `pattern` attribute can be used for `Number` and `String` items.
243243
It gives user interface a hint how to render the item.
244244
The format of the pattern must be compliant to the [Java Number Format](https://docs.oracle.com/javase/tutorial/java/data/numberformat.html).
245-
The pattern can be localized (see also [Internationalization](../../features/internationalization.html)).
245+
The pattern can be localized (see also [Internationalization](../utils/i18n.html)).
246246
The special pattern placeholder `%unit%` is used for channels which bind to items of type `Number:<dimension>` which define a dimension for unit support.
247247
These channels will send state updates of type [QuantityType](../../concepts/units-of-measurement.html#quantitytype) and the unit is then rendered for the placeholder.
248248

0 commit comments

Comments
 (0)