Skip to content

Commit

Permalink
fix wrong link in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
scheffle committed Dec 21, 2023
1 parent 64fc938 commit ae41ae6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vstgui/uidescription-scripting/uiscripting.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ view.onMouseEnter = function (view, event) {
};
```

See [**View Listeners**](#view-methods-and-properties) which listeners can be installed on views.
See [**View Listeners**](#view-listeners) which listeners can be installed on views.
And see [**View methods and properties**](#view-methods-and-properties) for the other methods a view supports.

If the view is a control it additionally supports the methods described in [**Control methods and properties**](#control-methods-and-properties)
Expand Down

0 comments on commit ae41ae6

Please sign in to comment.