diff --git a/README.md b/README.md index 33a04daf6..88f060932 100644 --- a/README.md +++ b/README.md @@ -16,10 +16,10 @@ Check out the [documentation](https://libretime.org) for more information and start broadcasting! Please note that LibreTime is released with a [Contributor Code -of Conduct](https://github.com/LibreTime/code-of-conduct/blob/main/CODE_OF_CONDUCT.md). +of Conduct](https://github.com/libretime/organization/blob/main/CODE_OF_CONDUCT.md). By participating in this project you agree to abide by its terms. -Please submit enhancements, bugfixes or comments via GitHub. +Please submit enhancements, bug-fixes or comments via GitHub. ## Development Process diff --git a/legacy/application/configs/constants.php b/legacy/application/configs/constants.php index 91c5efedc..8cf7ca841 100644 --- a/legacy/application/configs/constants.php +++ b/legacy/application/configs/constants.php @@ -42,9 +42,9 @@ define('COMPANY_SITE_URL', 'http://libretime.org'); define('SUPPORT_ADDRESS', 'https://discourse.libretime.org/'); define('HELP_URL', 'https://discourse.libretime.org/'); -define('WHOS_USING_URL', 'https://github.com/orgs/LibreTime/people'); +define('WHOS_USING_URL', 'https://github.com/orgs/libretime/people'); define('TERMS_AND_CONDITIONS_URL', 'https://github.com/libretime/libretime/blob/main/README.md'); -define('PRIVACY_POLICY_URL', 'https://github.com/LibreTime/code-of-conduct/blob/main/CODE_OF_CONDUCT.md'); +define('PRIVACY_POLICY_URL', 'https://github.com/libretime/organization/blob/main/CODE_OF_CONDUCT.md'); define('USER_MANUAL_URL', 'http://libretime.org/docs'); define('ABOUT_AIRTIME_URL', 'http://libretime.org'); define('LIBRETIME_CONTRIBUTE_URL', 'https://libretime.org/contribute');