Skip to content

Commit 58d3075

Browse files
authored
Merge pull request #6100 from ethereum/disUP24June
update discord
2 parents 6152822 + 62bd618 commit 58d3075

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/XcvfUpZPsG).
3+
Everyone is welcome to contribute to Remix's codebase and please join our [Discord](https://discord.gg/7RvvZ4KX9P).
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/XcvfUpZPsG)
15+
[![Discord](https://img.shields.io/badge/join-discord-brightgreen.svg?style=flat&logo=discord)](https://discord.gg/7RvvZ4KX9P)
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/XcvfUpZPsG
270+
- Join Discord: https://discord.gg/7RvvZ4KX9P

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

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

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

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

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/XcvfUpZPsG
23+
- Discord: https://discord.gg/7RvvZ4KX9P
2424

2525
---
2626

0 commit comments

Comments
 (0)