Fixed a broken anchor to Thing lifecycle paragraph (#1120)

pull/1126/head
Mr_Ronfo 2020-01-03 17:37:18 +01:00 committed by Jerome Luckenbach
parent 8e16283b29
commit 6d13507f02
1 changed files with 1 additions and 1 deletions

View File

@ -506,7 +506,7 @@ It is recommended to use this class, because it covers a lot of common logic.
### Life cycle
A `BridgeHandler` has the same life cycle than a `ThingHandler` (created by a `ThingHandlerFactory`, well defined life cycle by handler methods `initialize()` and `dispose()`, see chapter [Life Cycle](thing-handler.html#life-cycle)).
A `BridgeHandler` has the same life cycle than a `ThingHandler` (created by a `ThingHandlerFactory`, well defined life cycle by handler methods `initialize()` and `dispose()`, see chapter [Life Cycle](#lifecycle)).
A bridge acts as a gateway in order to provide access to other devices, the *child things*.
Hence, the life cycle of a child handler depends on the life cycle of a bridge handler.
Bridge and child handlers are subject to the following restrictions: