diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 017ed05bc1a..cf6a6687f12 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,6 +1,6 @@ # Contributing -Everyone is welcome to contribute to Remix's codebase and please join our [Discord](https://discord.gg/4b2rE9U4D2). +Everyone is welcome to contribute to Remix's codebase and please join our [Discord](https://discord.gg/snsrYVU4Q7). ## Development Remix libraries work closely with [Remix IDE](https://remix.ethereum.org). Each library has a README to explain its application. diff --git a/README.md b/README.md index 67840ed78a6..497fe864b85 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ [![GitHub contributors](https://img.shields.io/github/contributors/remix-project-org/remix-project?style=flat&logo=github)](https://github.com/remix-project-org/remix-project/graphs/contributors) [![Awesome Remix](https://img.shields.io/badge/Awesome--Remix-resources-green?logo=awesomelists)](https://github.com/remix-project-org/awesome-remix) [![GitHub](https://img.shields.io/github/license/remix-project-org/remix-project)](https://github.com/remix-project-org/remix-project/blob/master/LICENSE) -[![Discord](https://img.shields.io/badge/join-discord-brightgreen.svg?style=flat&logo=discord)](https://discord.gg/4b2rE9U4D2) +[![Discord](https://img.shields.io/badge/join-discord-brightgreen.svg?style=flat&logo=discord)](https://discord.gg/snsrYVU4Q7) [![X Follow](https://img.shields.io/twitter/follow/ethereumremix?style=flat&logo=x&color=green)](https://x.com/ethereumremix) @@ -277,4 +277,4 @@ parameters: - Medium: https://medium.com/remix-ide - Linkedin: https://www.linkedin.com/company/ethereum-remix - X: https://x.com/ethereumremix -- Join Discord: https://discord.gg/4b2rE9U4D2 +- Join Discord: https://discord.gg/snsrYVU4Q7 diff --git a/libs/remix-ui/editor/src/lib/remix-ui-editor.tsx b/libs/remix-ui/editor/src/lib/remix-ui-editor.tsx index f683fccc13e..3d2a6f68f71 100644 --- a/libs/remix-ui/editor/src/lib/remix-ui-editor.tsx +++ b/libs/remix-ui/editor/src/lib/remix-ui-editor.tsx @@ -188,7 +188,7 @@ export const EditorUI = (props: EditorUIProps) => { \t\t\t\t\t\t\t\t${intl.formatMessage({ id: 'editor.importantLinks.text1' })}: https://remix.live/\n \t\t\t\t\t\t\t\t${intl.formatMessage({ id: 'editor.importantLinks.text2' })}: https://remix-ide.readthedocs.io/en/latest/\n \t\t\t\t\t\t\t\tGithub: https://github.com/ethereum/remix-project\n - \t\t\t\t\t\t\t\tDiscord: https://discord.gg/4b2rE9U4D2\n + \t\t\t\t\t\t\t\tDiscord: https://discord.gg/snsrYVU4Q7\n \t\t\t\t\t\t\t\tMedium: https://medium.com/remix-ide\n \t\t\t\t\t\t\t\tX: https://x.com/ethereumremix\n ` diff --git a/libs/remix-ui/home-tab/src/lib/components/homeTabTitle.tsx b/libs/remix-ui/home-tab/src/lib/components/homeTabTitle.tsx index f09ffe5fd8a..055e91c4551 100644 --- a/libs/remix-ui/home-tab/src/lib/components/homeTabTitle.tsx +++ b/libs/remix-ui/home-tab/src/lib/components/homeTabTitle.tsx @@ -49,7 +49,7 @@ const iconButtons: HometabIconSection[] = [ { textToolip: , matomoTrackingEntry: ['trackEvent', 'hometab', 'titleCard', 'discord'], - urlLink: 'https://discord.gg/4b2rE9U4D2', + urlLink: 'https://discord.gg/snsrYVU4Q7', iconClass: 'fa-discord', placement: 'top' } diff --git a/team-best-practices.md b/team-best-practices.md index e1f93888b75..e1f18a7037c 100644 --- a/team-best-practices.md +++ b/team-best-practices.md @@ -20,7 +20,7 @@ Related links: - Remix-debug NPM module: https://www.npmjs.com/package/@remix-project/remix-debug - Remix-tests NPM module: https://www.npmjs.com/package/@remix-project/remix-tests - Remix documentation: http://remix-ide.readthedocs.io/en/latest/ - - Discord: https://discord.gg/4b2rE9U4D2 + - Discord: https://discord.gg/snsrYVU4Q7 --- @@ -61,7 +61,7 @@ Before starting coding, we should ensure all devs / contributors are aware of: - How to setup and get started (always up to date). - How to run tests. - Where to find documentation. -- How to reach us through the communication channels - https://discord.gg/4b2rE9U4D2 +- How to reach us through the communication channels - https://discord.gg/snsrYVU4Q7 - The following best practices: ---