diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6faa284a..a0a3b598 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -30,7 +30,7 @@ We welcome many different types of contributions including: * Communications, social media, blog posts, or other marketing * Release management -Not everything happens through a GitHub pull request. Please contact us in the [#general channel of our Discord server](https://discord.gg/XzSmtPn3) or during our [office hours meeting](./GOVERNANCE.md#meetings) and let's discuss how we can work together. +Not everything happens through a GitHub pull request. Please contact us in the [#general channel of our Discord server](https://discord.gg/YyAfWnEg) or during our [office hours meeting](./GOVERNANCE.md#meetings) and let's discuss how we can work together. ## Development Environment Setup diff --git a/GOVERNANCE.md b/GOVERNANCE.md index 56cbfcd9..9df63af9 100644 --- a/GOVERNANCE.md +++ b/GOVERNANCE.md @@ -48,7 +48,7 @@ To become a Maintainer you need to demonstrate the following: * Understanding of how the team works (policies, processes for testing and code review, etc) * Understanding of the project's code base and coding and documentation style -A new Maintainer must be proposed by an existing maintainer by sending a message in the #general channel in the [KitOps Discord server](https://discord.gg/XzSmtPn3). A simple majority vote of existing Maintainers approves the application. Maintainers nominations will be evaluated without prejudice to employer or demographics. +A new Maintainer must be proposed by an existing maintainer by sending a message in the #general channel in the [KitOps Discord server](https://discord.gg/YyAfWnEg). A simple majority vote of existing Maintainers approves the application. Maintainers nominations will be evaluated without prejudice to employer or demographics. Maintainers who are selected will be granted the necessary GitHub rights, and invited to the private Maintainers Discord channel. @@ -87,7 +87,7 @@ The Security Response Team is responsible for handling all reports of security h ## Voting -While most business in KitOps is conducted by "[lazy consensus](https://community.apache.org/committers/lazyConsensus.html)", periodically the Maintainers may need to vote on specific actions or changes. A vote can be taken in the #general channel in the [KitOps Discord server](https://discord.gg/XzSmtPn3) or in the private Maintainers channel for security or conduct matters. Votes may also be taken at the bi-weekly [KitOps Public Office Hours meeting](#kitops-public-office-hours-bi-weekly). Any Maintainer may demand a vote be taken. +While most business in KitOps is conducted by "[lazy consensus](https://community.apache.org/committers/lazyConsensus.html)", periodically the Maintainers may need to vote on specific actions or changes. A vote can be taken in the #general channel in the [KitOps Discord server](https://discord.gg/YyAfWnEg) or in the private Maintainers channel for security or conduct matters. Votes may also be taken at the bi-weekly [KitOps Public Office Hours meeting](#kitops-public-office-hours-bi-weekly). Any Maintainer may demand a vote be taken. Most votes require a simple majority of all Maintainers to succeed, except where otherwise noted. Two-thirds majority votes mean at least two-thirds of all existing maintainers. diff --git a/README.md b/README.md index 5d3a516b..7a47fe15 100644 --- a/README.md +++ b/README.md @@ -85,4 +85,4 @@ At KitOps, inclusivity, empathy, and responsibility are at our core. Please read ### Join KitOps community -For support, release updates, and general KitOps discussion, please join the [KitOps Discord](https://discord.gg/qCvhJgf2). +For support, release updates, and general KitOps discussion, please join the [KitOps Discord](https://discord.gg/YyAfWnEg). diff --git a/docs/.vitepress/config.mts b/docs/.vitepress/config.mts index 7a2f2949..36c6bac1 100644 --- a/docs/.vitepress/config.mts +++ b/docs/.vitepress/config.mts @@ -96,7 +96,7 @@ export default defineConfig({ socialLinks: [ { icon: 'discord', - link: 'https://discord.gg/bYeHxpT3' + link: 'https://discord.gg/YyAfWnEg' }, { icon: 'github', diff --git a/docs/.vitepress/theme/components/Footer.vue b/docs/.vitepress/theme/components/Footer.vue index cfa7e62f..116d5510 100644 --- a/docs/.vitepress/theme/components/Footer.vue +++ b/docs/.vitepress/theme/components/Footer.vue @@ -44,7 +44,7 @@ const year = (new Date()).getFullYear()