Skip to content

Commit 0ee0d67

Browse files
committed
update dis link
1 parent 06a9f99 commit 0ee0d67

File tree

16 files changed

+19
-19
lines changed

16 files changed

+19
-19
lines changed

CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ nx generate @nrwl/node:library <name>
253253
## Documentation & Resources
254254

255255
- **Main Docs**: https://remix-ide.readthedocs.io/en/latest/
256-
- **Discord**: https://discord.gg/qhpCQGWkmf
256+
- **Discord**: https://discord.gg/9bw6pMWEAw
257257
- **Contributing**: See `CONTRIBUTING.md` at root
258258
- **Libs Overview**: See `libs/README.md`
259259
- **E2E Testing**: See `apps/remix-ide-e2e/README.md`

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

libs/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Remix Libraries
22

3-
[![Discord](https://img.shields.io/badge/join-discord-brightgreen.svg?style=flat&logo=discord)](https://discord.gg/qhpCQGWkmf)
3+
[![Discord](https://img.shields.io/badge/join-discord-brightgreen.svg?style=flat&logo=discord)](https://discord.gg/9bw6pMWEAw)
44
[![CircleCI](https://circleci.com/gh/remix-project-org/remix-project/tree/master.svg?style=svg)](https://circleci.com/gh/remix-project-org/remix-project/tree/master)
55
[![Documentation Status](https://readthedocs.org/projects/docs/badge/?version=latest)](https://remix-ide.readthedocs.io/en/latest/index.html)
66

@@ -30,7 +30,7 @@ Each library is an NPM package and has basic documentation about its usage in it
3030

3131
## Contributing
3232

33-
Everyone is very welcome to contribute on Remix Project. Suggestions, issues, queries and feedback are our pleasure. Please reach us on [Discord](https://discord.gg/qhpCQGWkmf) in case of any query.
33+
Everyone is very welcome to contribute on Remix Project. Suggestions, issues, queries and feedback are our pleasure. Please reach us on [Discord](https://discord.gg/9bw6pMWEAw) in case of any query.
3434

3535
For more information on the contributing to the code, see our [contribution guidelines](https://github.com/remix-project-org/remix-project/blob/master/CONTRIBUTING.md).
3636

libs/remix-analyzer/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Details of modules are explained in [official remix-ide documentation](https://r
5353

5454
Please feel free to open an issue or a pull request.
5555

56-
In case you want to add some code, do have a look at our contribution guidelines [here](https://github.com/remix-project-org/remix-project/blob/master/CONTRIBUTING.md). Reach us on [Discord](https://discord.gg/qhpCQGWkmf) in case of any queries.
56+
In case you want to add some code, do have a look at our contribution guidelines [here](https://github.com/remix-project-org/remix-project/blob/master/CONTRIBUTING.md). Reach us on [Discord](https://discord.gg/9bw6pMWEAw) in case of any queries.
5757

5858
### License
5959
MIT © 2018-21 Remix Team

libs/remix-astwalker/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ astWalker.on("node", node => {
3535

3636
Please feel free to open an issue or a pull request.
3737

38-
In case you want to add some code, do have a look at our contribution guidelines [here](https://github.com/remix-project-org/remix-project/blob/master/CONTRIBUTING.md). Reach us on [Discord](https://discord.gg/qhpCQGWkmf) in case of any queries.
38+
In case you want to add some code, do have a look at our contribution guidelines [here](https://github.com/remix-project-org/remix-project/blob/master/CONTRIBUTING.md). Reach us on [Discord](https://discord.gg/9bw6pMWEAw) in case of any queries.
3939

4040
### License
4141
MIT © 2018-21 Remix Team

libs/remix-debug/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ Some of the class details are as:
144144

145145
Please feel free to open an issue or a pull request.
146146

147-
In case you want to add some code, do have a look at our contribution guidelines [here](https://github.com/remix-project-org/remix-project/blob/master/CONTRIBUTING.md). Reach us on [Discord](https://discord.gg/qhpCQGWkmf) in case of any queries.
147+
In case you want to add some code, do have a look at our contribution guidelines [here](https://github.com/remix-project-org/remix-project/blob/master/CONTRIBUTING.md). Reach us on [Discord](https://discord.gg/9bw6pMWEAw) in case of any queries.
148148

149149
### License
150150
MIT © 2018-21 Remix Team

libs/remix-lib/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343

4444
Please feel free to open an issue or a pull request.
4545

46-
In case you want to add some code, do have a look at our contribution guidelines [here](https://github.com/remix-project-org/remix-project/blob/master/CONTRIBUTING.md). Reach us on [Discord](https://discord.gg/qhpCQGWkmf) in case of any queries.
46+
In case you want to add some code, do have a look at our contribution guidelines [here](https://github.com/remix-project-org/remix-project/blob/master/CONTRIBUTING.md). Reach us on [Discord](https://discord.gg/9bw6pMWEAw) in case of any queries.
4747

4848
### License
4949
MIT © 2018-21 Remix Team

libs/remix-simulator/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686

8787
Please feel free to open an issue or a pull request.
8888

89-
In case you want to add some code, do have a look at our contribution guidelines [here](https://github.com/remix-project-org/remix-project/blob/master/CONTRIBUTING.md). Reach us on [Discord](https://discord.gg/qhpCQGWkmf) in case of any queries.
89+
In case you want to add some code, do have a look at our contribution guidelines [here](https://github.com/remix-project-org/remix-project/blob/master/CONTRIBUTING.md). Reach us on [Discord](https://discord.gg/9bw6pMWEAw) in case of any queries.
9090

9191
### License
9292
MIT © 2018-21 Remix Team

libs/remix-solidity/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ class Compiler {
135135

136136
Please feel free to open an issue or a pull request.
137137

138-
In case you want to add some code, do have a look at our contribution guidelines [here](https://github.com/remix-project-org/remix-project/blob/master/CONTRIBUTING.md). Reach us on [Discord](https://discord.gg/qhpCQGWkmf) in case of any queries.
138+
In case you want to add some code, do have a look at our contribution guidelines [here](https://github.com/remix-project-org/remix-project/blob/master/CONTRIBUTING.md). Reach us on [Discord](https://discord.gg/9bw6pMWEAw) in case of any queries.
139139

140140
### License
141141
MIT © 2018-21 Remix Team

0 commit comments

Comments
 (0)