Skip to content

Commit

Permalink
Link fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
SirMallard committed Dec 11, 2024
1 parent c938162 commit 6a557f6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,6 @@ jobs:
with:
version: v0.3.0

- name: Install rbxcloud
run: aftman add Sleitnick/[email protected]

- name: Build place file
run: rojo build -o Iris.rbxl ./demo.project.json

Expand Down
2 changes: 1 addition & 1 deletion docs/about/events.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ sidebar_position: 4

# Understanding Events

Each widget has a number of events connected to it. You can see these events on the [API page](/API/Iris).
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
Expand Down

0 comments on commit 6a557f6

Please sign in to comment.