Skip to content

Commit d43ef7e

Browse files
author
Mykyta Leonov
committed
Fix markdown for anchor
1 parent 8b146e7 commit d43ef7e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def start_addon(addon: typing.Dict[str, typing.Any],
5555
```
5656
Start addon is second most important function after [create_addon](#create_addon). It is responsible for starting of communication
5757
between Bookmap application and Python script. You must call it only once after you are done with addon configuration. Usually it happens when you
58-
add all event handlers to the addon (see [Event handlers](#Event handlers)).
58+
add all event handlers to the addon see [Event handlers](#Event-handlers).
5959

6060
The function receives three parameters:
6161
1. addon - is the addon itself, state object received by calling [create_addon](#create_addon).

0 commit comments

Comments
 (0)