Skip to content

Commit

Permalink
Fixed broken docs link.
Browse files Browse the repository at this point in the history
  • Loading branch information
SirMallard committed Nov 22, 2024
1 parent ecffde6 commit 256d72f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/events.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Events

Each widget has a number of events connected to it. You can see these events on the [API page](../API).
Each widget has a number of events connected to it. You can see these events on the [API page](/API/Iris).

Certain events will happen once, such as a window being collapsed or a button being clicked. Other events can be continuous, such as a widget being hovered.
Each event is a function which returns a boolean value for whether the event has happened that frame or not.
Expand Down Expand Up @@ -34,4 +34,4 @@ The user releases the MouseButton1.

- [Frame 103]
The checkbox tick appears.
The .checked() event fires.
The .checked() event fires.

0 comments on commit 256d72f

Please sign in to comment.