Skip to content

Commit 8e6f159

Browse files
ryestewAniket-Engg
authored andcommitted
update discord
1 parent edd6532 commit 8e6f159

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
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/7RvvZ4KX9P).
3+
Everyone is welcome to contribute to Remix's codebase and please join our [Discord](https://discord.gg/ATKsctCS2F).
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/ethereum/remix-project?style=flat&logo=github)](https://github.com/ethereum/remix-project/graphs/contributors)
1313
[![Awesome Remix](https://img.shields.io/badge/Awesome--Remix-resources-green?logo=awesomelists)](https://github.com/ethereum/awesome-remix)
1414
[![GitHub](https://img.shields.io/github/license/ethereum/remix-project)](https://github.com/ethereum/remix-project/blob/master/LICENSE)
15-
[![Discord](https://img.shields.io/badge/join-discord-brightgreen.svg?style=flat&logo=discord)](https://discord.gg/7RvvZ4KX9P)
15+
[![Discord](https://img.shields.io/badge/join-discord-brightgreen.svg?style=flat&logo=discord)](https://discord.gg/ATKsctCS2F)
1616
[![X Follow](https://img.shields.io/twitter/follow/ethereumremix?style=flat&logo=x&color=green)](https://x.com/ethereumremix)
1717

1818
</div>
@@ -267,4 +267,4 @@ parameters:
267267
- Curated list of Remix resources: https://github.com/ethereum/awesome-remix
268268
- Medium: https://medium.com/remix-ide
269269
- X: https://x.com/ethereumremix
270-
- Join Discord: https://discord.gg/7RvvZ4KX9P
270+
- Join Discord: https://discord.gg/ATKsctCS2F

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ export const EditorUI = (props: EditorUIProps) => {
182182
\t\t\t\t\t\t\t\t${intl.formatMessage({ id: 'editor.importantLinks.text1' })}: https://remix-project.org/\n
183183
\t\t\t\t\t\t\t\t${intl.formatMessage({ id: 'editor.importantLinks.text2' })}: https://remix-ide.readthedocs.io/en/latest/\n
184184
\t\t\t\t\t\t\t\tGithub: https://github.com/ethereum/remix-project\n
185-
\t\t\t\t\t\t\t\tDiscord: https://discord.gg/7RvvZ4KX9P\n
185+
\t\t\t\t\t\t\t\tDiscord: https://discord.gg/ATKsctCS2F\n
186186
\t\t\t\t\t\t\t\tMedium: https://medium.com/remix-ide\n
187187
\t\t\t\t\t\t\t\tX: https://x.com/ethereumremix\n
188188
`

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ const iconButtons: HometabIconSection[] = [
4747
{
4848
textToolip: <FormattedMessage id="home.joinUsOnDiscord" />,
4949
matomoTrackingEntry: ['trackEvent', 'hometab', 'titleCard', 'discord'],
50-
urlLink: 'https://discord.gg/7RvvZ4KX9P',
50+
urlLink: 'https://discord.gg/ATKsctCS2F',
5151
iconClass: 'fa-discord',
5252
placement: 'top'
5353
}

team-best-practices.md

Lines changed: 1 addition & 1 deletion
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/7RvvZ4KX9P
23+
- Discord: https://discord.gg/ATKsctCS2F
2424

2525
---
2626

0 commit comments

Comments
 (0)