We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6aa6f11 commit c511408Copy full SHA for c511408
docs/articles/events.md
@@ -28,11 +28,11 @@ public void OnPlayerConnect(IPlayer player, string reason)
28
29
You should not register event handlers in async code.
30
31
-[!code-csharp[Events](/api/AltV.Net/Alt.Events.cs)]
+[!code-csharp[Events](AltV.Net/Alt.Events.cs)]
32
33
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).
34
35
-[!code-csharp[Events](/api/AltV.Net/Events/Events.cs)]
+[!code-csharp[Events](AltV.Net/Events/Events.cs)]
36
37
And the method signatures can be found in [Events.cs](https://github.com/FabianTerhorst/coreclr-module/blob/master/api/AltV.Net/Events/Events.cs).
38
0 commit comments