Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Contributing

Everyone is welcome to contribute to Remix's codebase and please join our [Discord](https://discord.gg/XvMmgehAMq).
Everyone is welcome to contribute to Remix's codebase and please join our [Discord](https://discord.gg/XcvfUpZPsG).

## Development
Remix libraries work closely with [Remix IDE](https://remix.ethereum.org). Each library has a README to explain its application.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
[![GitHub contributors](https://img.shields.io/github/contributors/ethereum/remix-project?style=flat&logo=github)](https://github.com/ethereum/remix-project/graphs/contributors)
[![Awesome Remix](https://img.shields.io/badge/Awesome--Remix-resources-green?logo=awesomelists)](https://github.com/ethereum/awesome-remix)
[![GitHub](https://img.shields.io/github/license/ethereum/remix-project)](https://github.com/ethereum/remix-project/blob/master/LICENSE)
[![Discord](https://img.shields.io/badge/join-discord-brightgreen.svg?style=flat&logo=discord)](https://discord.gg/XvMmgehAMq)
[![Discord](https://img.shields.io/badge/join-discord-brightgreen.svg?style=flat&logo=discord)](https://discord.gg/XcvfUpZPsG)
[![X Follow](https://img.shields.io/twitter/follow/ethereumremix?style=flat&logo=x&color=green)](https://x.com/ethereumremix)

</div>
Expand Down Expand Up @@ -267,4 +267,4 @@ parameters:
- Curated list of Remix resources: https://github.com/ethereum/awesome-remix
- Medium: https://medium.com/remix-ide
- X: https://x.com/ethereumremix
- Join Discord: https://discord.gg/XvMmgehAMq
- Join Discord: https://discord.gg/XcvfUpZPsG
2 changes: 1 addition & 1 deletion libs/remix-ui/editor/src/lib/remix-ui-editor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ export const EditorUI = (props: EditorUIProps) => {
\t\t\t\t\t\t\t\t${intl.formatMessage({ id: 'editor.importantLinks.text1' })}: https://remix-project.org/\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/XvMmgehAMq\n
\t\t\t\t\t\t\t\tDiscord: https://discord.gg/XcvfUpZPsG\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
`
Expand Down
2 changes: 1 addition & 1 deletion libs/remix-ui/home-tab/src/lib/components/homeTabTitle.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ const iconButtons: HometabIconSection[] = [
{
textToolip: <FormattedMessage id="home.joinUsOnDiscord" />,
matomoTrackingEntry: ['trackEvent', 'hometab', 'socialmedia', 'discord'],
urlLink: 'https://discord.gg/XvMmgehAMq',
urlLink: 'https://discord.gg/XcvfUpZPsG',
iconClass: 'fa-discord',
placement: 'top'
}
Expand Down
2 changes: 1 addition & 1 deletion team-best-practices.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/XvMmgehAMq
- Discord: https://discord.gg/XcvfUpZPsG

---

Expand Down