Skip to content

Commit

Permalink
[blockly] fix help urls
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Höhn <stefan@andreaundstefanhoehn.de>
  • Loading branch information
stefan-hoehn committed Dec 16, 2022
1 parent 5052597 commit ca0a29a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export default function (f7) {
this.setOutput(true, 'Array')
this.setColour(0)
this.setTooltip('Retrieve the items that have all the given tags')
this.setHelpUrl('https://www.openhab.org/docs/configuration/blockly/rules-blockly-items-things.html#get-tagged-items')
this.setHelpUrl('https://www.openhab.org/docs/configuration/blockly/rules-blockly-items-things.html#get-items-with-tag')
this.setOutput(true, null)
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export default function (f7) {
this.setOutput(true, 'String')
this.setColour('%{BKY_TEXTS_HUE}')
this.setTooltip('Returns a carriage return line feed (\\r\\n).')
this.setHelpUrl('https://www.openhab.org/docs/configuration/blockly/')
this.setHelpUrl('https://www.openhab.org/docs/configuration/blockly/rules-blockly-standard-ext.html#crlf')
}
}

Expand Down Expand Up @@ -47,7 +47,7 @@ export default function (f7) {
this.setOutput(true, 'String')
this.setColour('%{BKY_TEXTS_HUE}')
this.setTooltip('returns a new string with one, some, or all matches of a pattern replaced by a replacement. The pattern can be a string or a RegEx. If it is a string, all occurences are replaced.')
this.setHelpUrl('https://www.openhab.org/docs/configuration/blockly/rules-blockly-standard-ext.html#concatenate-list')
this.setHelpUrl('https://www.openhab.org/docs/configuration/blockly/rules-blockly-standard-ext.html#text-replace')
}
}

Expand Down

0 comments on commit ca0a29a

Please sign in to comment.