@@ -99,6 +99,31 @@ binding you want (depends on the vendor)
99
99
100
100
If you miss an endpoint feel free to make a pull request. Any help is appreciated.
101
101
102
+ ### 📘 Notice to Developers: Repository Transfer 📘
103
+ On June 21st, 2021, this repository was transferred from the ` Twasi ` personal account to the
104
+ ` obs-websocket-community-projects ` Organization. This was done to better align this library with the
105
+ greater Palakis' OBS Websocket plugin community, and provide better administrative tools.
106
+
107
+ Remotes will continue to operate as normal, due to GitHub automatic redirects. However, to avoid
108
+ confusion GitHub strongly recommends you update those remotes.
109
+
110
+ If you haven't updated your remote, you can check like so; the below example shows an old remote:
111
+ ```
112
+ C:\Users\...\websocket-obs-java>git remote -v
113
+ origin https://github.com/Twasi/websocket-obs-java.git (fetch)
114
+ origin https://github.com/Twasi/websocket-obs-java.git (push)
115
+ ```
116
+ You can update and verify your remote is correct like this:
117
+ ```
118
+ C:\Users\...\websocket-obs-java>git remote set-url origin https://github.com/obs-websocket-community-projects/websocket-obs-java.git
119
+ (no output)
120
+ C:\Users\...\websocket-obs-java>git remote -v
121
+ origin https://github.com/obs-websocket-community-projects/websocket-obs-java.git (fetch)
122
+ origin https://github.com/obs-websocket-community-projects/websocket-obs-java.git (push)
123
+ ```
124
+ See [ Transferring a repository] ( https://docs.github.com/en/github/administering-a-repository/managing-repository-settings/transferring-a-repository )
125
+ for more information.
126
+
102
127
### Building
103
128
104
129
If you've forked the repository and want to run the install goal to use your fork in your own project, please be aware
0 commit comments