Fixed broken link (#1083)

Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
pull/1085/head
Christoph Weitkamp 2019-11-18 19:56:56 +01:00 committed by Jerome Luckenbach
parent 200c037298
commit d708cc7079
1 changed files with 1 additions and 1 deletions

View File

@ -578,7 +578,7 @@ Examples are:
If you implement the `ThingActions` interface, you can tell the framework about your Thing related actions.
Please note that for actions not related to Things you will instead implement an `ActionHandler` as described in the [Module Development](../module-types.html) chapter.
Please note that for actions not related to Things you will instead implement an `ActionHandler` as described in the developing [Module Types](../module-types/) chapter.
You start things off by implementing `ThingActions` and annotate your class with `@ThingActionsScope`: