diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 7b266f9..02445ad 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -10,7 +10,7 @@ If you want to work on the demo, check the README in the `demo` folder. To help keep things organized, we use the [issue tracker](https://github.com/lovit-dev/lovit/issues) for tracking **bugs**, requesting **features**, and managing **pull requests**. Please follow these simple rules: -- **No support requests**: The issue tracker isn't for personal troubleshooting. For help, join our [`Discord server`](https://discord.gg/3sBv9mUF) or use [`GitHub Discussions`](https://github.com/lovit-dev/lovit/discussions). +- **No support requests**: The issue tracker isn't for personal troubleshooting. For help, join our [`Discord server`](https://discord.gg/kkx5zYKZwR) or use [`GitHub Discussions`](https://github.com/lovit-dev/lovit/discussions). - **Avoid duplicates**: Before opening a new issue, please [search](https://github.com/lovit-dev/lovit/issues?utf8=%E2%9C%93&q=is%3Aissue) to see if it’s already been reported. diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index dfb26b5..c2daf7b 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -55,7 +55,7 @@ a project may be further defined and clarified by project maintainers. ## Enforcement Instances of abusive, harassing, or otherwise unacceptable behavior may be -reported by [contacting a Moderator or Maintainer via Discord](https://discord.gg/3sBv9mUF). All +reported by [contacting a Moderator or Maintainer via Discord](https://discord.gg/kkx5zYKZwR). All complaints will be reviewed and investigated and will result in a response that is deemed necessary and appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. diff --git a/README.md b/README.md index e719cb6..935c938 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ For support, sharing best practices, or any discussions you'd like to keep for r For chatting with others: -[Join the Lovit Discord Server](https://discord.gg/3sBv9mUF) +[Join the Lovit Discord Server](https://discord.gg/kkx5zYKZwR) ## Contributing diff --git a/site/docs/guide/index.mdx b/site/docs/guide/index.mdx index 5a6652f..4f9a146 100644 --- a/site/docs/guide/index.mdx +++ b/site/docs/guide/index.mdx @@ -62,4 +62,4 @@ Once you're familiar with the core ideas, you can move on to the [Usage section] ## Community -If you have questions or need help, reach out to the community via [Discord](https://discord.gg/3sBv9mUF) and [GitHub Discussion](https://github.com/lovit-dev/lovit/discussions). +If you have questions or need help, reach out to the community via [Discord](https://discord.gg/kkx5zYKZwR) and [GitHub Discussion](https://github.com/lovit-dev/lovit/discussions). diff --git a/site/src/constants.ts b/site/src/constants.ts index 1e9334d..63690cc 100644 --- a/site/src/constants.ts +++ b/site/src/constants.ts @@ -23,6 +23,6 @@ export enum ApiPath { export enum SocialLinks { X = 'https://x.com/lovit_js', - Discord = 'https://discord.gg/3sBv9mUF', + Discord = 'https://discord.gg/kkx5zYKZwR', Github = 'https://github.com/lovit-dev/lovit' }