Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion site/docs/guide/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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).
2 changes: 1 addition & 1 deletion site/src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}