Skip to content

Commit ad199fa

Browse files
committed
fix: outdated discord links
1 parent 9931c2b commit ad199fa

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Hello! We're glad to have you interested in contributing to Note Block World. This document will guide you through the process of setting up the project and submitting your contributions.
44

5-
This page is a work-in-progress and will be updated as the project evolves. If you have any questions or need help, feel free to reach out to us on our [Discord server](https://discord.gg/open-note-block-studio-608692895179997252).
5+
This page is a work-in-progress and will be updated as the project evolves. If you have any questions or need help, feel free to reach out to us on our [Discord server](https://discord.gg/note-block-world-608692895179997252).
66

77
## Stack
88

web/src/app/(content)/(info)/contact/contact.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ Have you got any question, suggestion or feedback? We'd love to hear from you!
22

33
To report an issue or suggest a new feature, please [open a new issue](https://github.com/issues/new/choose) in our GitHub repository. Make sure to search the existing issues to see if your suggestion has already been made. Also, check our [project roadmap](https://github.com/orgs/OpenNBS/projects/4) to see if the feature you want is already planned!
44

5-
For general support, or if you'd just like to have a chat, the fastest way to get in touch with us is by joining our public community on [Discord](https://discord.gg/open-note-block-studio-608692895179997252). We're always happy to help!
5+
For general support, or if you'd just like to have a chat, the fastest way to get in touch with us is by joining our public community on [Discord](https://discord.gg/note-block-world-608692895179997252). We're always happy to help!
66

77
For business inquiries, or if you need to reach out to us privately, you can send us an email at [[email protected]]([email protected]).

web/src/modules/browse/WelcomeBanner.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export const WelcomeBanner = () => {
4040
</Link>
4141
{' • '}
4242
<Link
43-
href='https://github.com/OpenNBS/NoteBlockWorld/issues/new/choose'
43+
href='https://discord.gg/note-block-world-608692895179997252'
4444
className='text-blue-400 hover:text-blue-300'
4545
>
4646
Discord Server

web/src/modules/shared/components/layout/Footer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export function Footer() {
2929
<FooterIcon icon={faGithub} href='https://github.com/OpenNBS' />
3030
<FooterIcon
3131
icon={faDiscord}
32-
href='https://discord.gg/open-note-block-studio-608692895179997252'
32+
href='https://discord.gg/note-block-world-608692895179997252'
3333
/>
3434
{/* <FooterIcon icon={faEarth} href='https://opennbs.org' /> */}
3535
{/* <FooterIcon icon={faEnvelope} href='mailto:[email protected]' /> */}

web/src/modules/song/components/client/SongForm.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ export const SongForm = ({
192192
<p>
193193
Haven&apos;t found one that fits your song? You can
194194
suggest a new category in our{' '}
195-
<Link href='https://discord.gg/open-note-block-studio-608692895179997252'>
195+
<Link href='https://discord.gg/note-block-world-608692895179997252'>
196196
Discord server
197197
</Link>
198198
!

0 commit comments

Comments
 (0)