diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 5ad3fe5e..cb5b2b34 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,6 +1,6 @@ - + ### Description @@ -27,7 +27,7 @@ Tested OS(s): ### Checklist: -- [ ] I have read the [**contributing** document](https://github.com/obs-websocket/obs-websocket/blob/4.x-current/CONTRIBUTING.md). +- [ ] I have read the [**contributing** document](https://github.com/obsproject/obs-websocket/blob/4.x-current/CONTRIBUTING.md). - [ ] My code is not on the master branch. - [ ] The code has been tested. - [ ] All commit messages are properly formatted and commits squashed where appropriate. diff --git a/BUILDING.md b/BUILDING.md index a7f25241..79411712 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -21,7 +21,7 @@ On Debian/Ubuntu : ```shell sudo apt-get install libboost-all-dev -git clone --recursive https://github.com/obs-websocket/obs-websocket.git +git clone --recursive https://github.com/obsproject/obs-websocket.git cd obs-websocket mkdir build && cd build cmake -DLIBOBS_INCLUDE_DIR="" -DCMAKE_INSTALL_PREFIX=/usr -DUSE_UBUNTU_FIX=true .. @@ -51,7 +51,7 @@ Of course, you're encouraged to dig through the contents of these scripts to look for issues or specificities. ```shell -git clone --recursive https://github.com/obs-websocket/obs-websocket.git +git clone --recursive https://github.com/obsproject/obs-websocket.git cd obs-websocket ./CI/install-dependencies-macos.sh ./CI/install-build-obs-macos.sh @@ -63,4 +63,4 @@ This will result in a ready-to-use `obs-websocket.pkg` installer in the `release ## Automated Builds -![Github Actions](https://github.com/obs-websocket/obs-websocket/actions/workflows/main.yml/badge.svg?branch=master) +![Github Actions](https://github.com/obsproject/obs-websocket/actions/workflows/main.yml/badge.svg?branch=master) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3c68be97..83950cc5 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -42,7 +42,7 @@ if (!success) return RequestResult::Success(); ``` -* Try to use the [built-in](https://github.com/obs-websocket/obs-websocket/blob/master/src/requesthandler/rpc/Request.h) request checks when possible. +* Try to use the [built-in](https://github.com/obsproject/obs-websocket/blob/master/src/requesthandler/rpc/Request.h) request checks when possible. * Refer to existing requests for usage examples. * Some example common response/request property names are: diff --git a/README.md b/README.md index a2cbe09e..ba1b7cd4 100644 --- a/README.md +++ b/README.md @@ -12,13 +12,13 @@ WebSockets API for OBS Studio. -[![CI Multiplatform Build](https://github.com/obs-websocket/obs-websocket/actions/workflows/main.yml/badge.svg?branch=master)](https://github.com/obs-websocket/obs-websocket/actions/workflows/main.yml) +[![CI Multiplatform Build](https://github.com/obsproject/obs-websocket/actions/workflows/main.yml/badge.svg?branch=master)](https://github.com/obs-websocket/obs-websocket/actions/workflows/main.yml) [![Discord](https://img.shields.io/discord/715691013825364120.svg?label=&logo=discord&logoColor=ffffff&color=7389D8&labelColor=6A7EC2)](https://discord.gg/WBaSQ3A) [![Financial Contributors on Open Collective](https://opencollective.com/obs-websocket/all/badge.svg?label=financial+contributors)](https://opencollective.com/obs-websocket) ## Downloads -Binaries for Windows, MacOS, and Linux are available in the [Releases](https://github.com/obs-websocket/obs-websocket/releases) section. +Binaries for Windows, MacOS, and Linux are available in the [Releases](https://github.com/obsproject/obs-websocket/releases) section. ### Homebrew @@ -75,7 +75,7 @@ Please join the localization project on [Crowdin](https://crowdin.com/project/ob ### Code Contributors This project exists thanks to all the people who contribute. [Contribute](CONTRIBUTING.md). - + ### Financial Contributors diff --git a/installer/installer-windows.iss.in b/installer/installer-windows.iss.in index f27c99cf..6bcad060 100644 --- a/installer/installer-windows.iss.in +++ b/installer/installer-windows.iss.in @@ -1,7 +1,7 @@ #define MyAppName "obs-websocket" #define MyAppVersion "@OBS_WEBSOCKET_VERSION@" -#define MyAppPublisher "Stephane Lepin" -#define MyAppURL "http://github.com/obs-websocket/obs-websocket" +#define MyAppPublisher "obs-websocket" +#define MyAppURL "http://github.com/obsproject/obs-websocket" [Setup] ; NOTE: The value of AppId uniquely identifies this application. diff --git a/src/plugin-macros.h.in b/src/plugin-macros.h.in index 1d158eaf..822cb385 100644 --- a/src/plugin-macros.h.in +++ b/src/plugin-macros.h.in @@ -1,6 +1,7 @@ /* obs-websocket -Copyright (C) 2021 Kyle Manning +Copyright (C) 2016-2021 Stephane Lepin +Copyright (C) 2020-2021 Kyle Manning This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by