Skip to content

Commit d230b8c

Browse files
authored
Fix link
1 parent c30454d commit d230b8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/docs/desktop/2/digging-deeper/broadcasting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Laravel application as you normally would or in the [JavaScript](#listening-with
1313

1414
NativePHP fires various events during its operations, such as `WindowBlurred` & `NotificationClicked`. A full list
1515
of all events fired and broadcast by NativePHP can be found in the
16-
[`src/Events`](https://github.com/nativephp/laravel/tree/main/src/Events) folder.
16+
[`src/Events`](https://github.com/nativephp/desktop/tree/main/src/Events) folder.
1717

1818
## Custom events
1919

0 commit comments

Comments
 (0)