Skip to content

Commit 8e7473e

Browse files
ryestewAniket-Engg
authored andcommitted
update disc
1 parent a38c7c8 commit 8e7473e

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Contributing
22

3-
Everyone is welcome to contribute to Remix's codebase and please join our [Discord](https://discord.gg/4b2rE9U4D2).
3+
Everyone is welcome to contribute to Remix's codebase and please join our [Discord](https://discord.gg/snsrYVU4Q7).
44

55
## Development
66
Remix libraries work closely with [Remix IDE](https://remix.ethereum.org). Each library has a README to explain its application.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
[![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)
1313
[![Awesome Remix](https://img.shields.io/badge/Awesome--Remix-resources-green?logo=awesomelists)](https://github.com/remix-project-org/awesome-remix)
1414
[![GitHub](https://img.shields.io/github/license/remix-project-org/remix-project)](https://github.com/remix-project-org/remix-project/blob/master/LICENSE)
15-
[![Discord](https://img.shields.io/badge/join-discord-brightgreen.svg?style=flat&logo=discord)](https://discord.gg/4b2rE9U4D2)
15+
[![Discord](https://img.shields.io/badge/join-discord-brightgreen.svg?style=flat&logo=discord)](https://discord.gg/snsrYVU4Q7)
1616
[![X Follow](https://img.shields.io/twitter/follow/ethereumremix?style=flat&logo=x&color=green)](https://x.com/ethereumremix)
1717

1818
</div>
@@ -277,4 +277,4 @@ parameters:
277277
- Medium: https://medium.com/remix-ide
278278
- Linkedin: https://www.linkedin.com/company/ethereum-remix
279279
- X: https://x.com/ethereumremix
280-
- Join Discord: https://discord.gg/4b2rE9U4D2
280+
- Join Discord: https://discord.gg/snsrYVU4Q7

libs/remix-ui/editor/src/lib/remix-ui-editor.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ export const EditorUI = (props: EditorUIProps) => {
188188
\t\t\t\t\t\t\t\t${intl.formatMessage({ id: 'editor.importantLinks.text1' })}: https://remix.live/\n
189189
\t\t\t\t\t\t\t\t${intl.formatMessage({ id: 'editor.importantLinks.text2' })}: https://remix-ide.readthedocs.io/en/latest/\n
190190
\t\t\t\t\t\t\t\tGithub: https://github.com/ethereum/remix-project\n
191-
\t\t\t\t\t\t\t\tDiscord: https://discord.gg/4b2rE9U4D2\n
191+
\t\t\t\t\t\t\t\tDiscord: https://discord.gg/snsrYVU4Q7\n
192192
\t\t\t\t\t\t\t\tMedium: https://medium.com/remix-ide\n
193193
\t\t\t\t\t\t\t\tX: https://x.com/ethereumremix\n
194194
`

libs/remix-ui/home-tab/src/lib/components/homeTabTitle.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ const iconButtons: HometabIconSection[] = [
4949
{
5050
textToolip: <FormattedMessage id="home.joinUsOnDiscord" />,
5151
matomoTrackingEntry: ['trackEvent', 'hometab', 'titleCard', 'discord'],
52-
urlLink: 'https://discord.gg/4b2rE9U4D2',
52+
urlLink: 'https://discord.gg/snsrYVU4Q7',
5353
iconClass: 'fa-discord',
5454
placement: 'top'
5555
}

team-best-practices.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Related links:
2020
- Remix-debug NPM module: https://www.npmjs.com/package/@remix-project/remix-debug
2121
- Remix-tests NPM module: https://www.npmjs.com/package/@remix-project/remix-tests
2222
- Remix documentation: http://remix-ide.readthedocs.io/en/latest/
23-
- Discord: https://discord.gg/4b2rE9U4D2
23+
- Discord: https://discord.gg/snsrYVU4Q7
2424

2525
---
2626

@@ -61,7 +61,7 @@ Before starting coding, we should ensure all devs / contributors are aware of:
6161
- How to setup and get started (always up to date).
6262
- How to run tests.
6363
- Where to find documentation.
64-
- How to reach us through the communication channels - https://discord.gg/4b2rE9U4D2
64+
- How to reach us through the communication channels - https://discord.gg/snsrYVU4Q7
6565
- The following best practices:
6666

6767
---

0 commit comments

Comments
 (0)