Skip to content
This repository was archived by the owner on Jan 9, 2023. It is now read-only.

Commit 0d88ebd

Browse files
authored
fix event definitions link
1 parent 758ac76 commit 0d88ebd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Program Execution Concepts
2929

3030
The app takes in Streamlabs events and processes them through configurable reactions to trigger the desired action via Rcon in game. These reactions are grouped together as savable profiles.
3131

32-
The complete list of Streamlabs events and their contained data attributes can be found in the [eventDefinitions.json file](https://github.com/muppet9010/Streamlabs-Rcon-Integration/eventDefinitions.json). The top section under `[ALL]` are generated and normalised by the program to provide some standard entries across all event types. The list of platform and event specific attributes are what Streamlabs is currently sending. These often vary from their documentation and change periodically.
32+
The complete list of Streamlabs events and their contained data attributes can be found in the [eventDefinitions.json file](https://github.com/muppet9010/Streamlabs-Rcon-Integration/blob/master/Source/eventDefinitions.json). The top section under `[ALL]` are generated and normalised by the program to provide some standard entries across all event types. The list of platform and event specific attributes are what Streamlabs is currently sending. These often vary from their documentation and change periodically.
3333

3434
The app runs a single grouping of reactions at a time, being loaded and saved as a profile. During the process if no suitable option is found it will be shown within the app and that events processing stops. It's assumed you want to handle any event you get. Special options at each level exist for more simple uses cases.
3535

0 commit comments

Comments
 (0)