Skip to content

Commit bb9244b

Browse files
Update events.md
1 parent fe62353 commit bb9244b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/articles/events.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ public void OnPlayerConnect(IPlayer player, string reason)
2828

2929
You should not register event handlers in async code.
3030

31-
[!code-csharp[Events](AltV.Net/Alt.Events.cs)]
31+
[!code-csharp[Events](../../api/AltV.Net/Alt.Events.cs)]
3232

3333
For a list of all event handlers see [Alt.Events.cs](https://github.com/FabianTerhorst/coreclr-module/blob/master/api/AltV.Net/Alt.Events.cs).
3434

35-
[!code-csharp[Events](AltV.Net/Events/Events.cs)]
35+
[!code-csharp[Events](../api/AltV.Net/Events/Events.cs)]
3636

3737
And the method signatures can be found in [Events.cs](https://github.com/FabianTerhorst/coreclr-module/blob/master/api/AltV.Net/Events/Events.cs).
3838

0 commit comments

Comments
 (0)