Skip to content

Commit 3b8a649

Browse files
authored
Update slack invite link to make it valid (OpenHands#2182)
* Update README.md * Update CustomFooter.tsx * Update about.md * Update faq.tsx * Update intro.mdx
1 parent 46dcf4b commit 3b8a649

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ For details, please check [CONTRIBUTING.md](./CONTRIBUTING.md).
101101
Whether you're a developer, a researcher, or simply enthusiastic about OpenDevin, we'd love to have you in our community.
102102
Let's make software engineering better together!
103103

104-
- [Slack workspace](https://join.slack.com/t/opendevin/shared_invite/zt-2ggtwn3k5-PvAA2LUmqGHVZ~XzGq~ILw) - Here we talk about research, architecture, and future development.
104+
- [Slack workspace](https://join.slack.com/t/opendevin/shared_invite/zt-2jsrl32uf-fTeeFjNyNYxqSZt5NPY3fA) - Here we talk about research, architecture, and future development.
105105
- [Discord server](https://discord.gg/ESHStjSjD4) - This is a community-run server for general discussion, questions, and feedback.
106106

107107
## 📈 Progress

docs/modules/usage/about.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ For details, please check [this document](https://github.com/OpenDevin/OpenDevin
3131

3232
Now we have both Slack workspace for the collaboration on building OpenDevin and Discord server for discussion about anything related, e.g., this project, LLM, agent, etc.
3333

34-
- [Slack workspace](https://join.slack.com/t/opendevin/shared_invite/zt-2ggtwn3k5-PvAA2LUmqGHVZ~XzGq~ILw)
34+
- [Slack workspace](https://join.slack.com/t/opendevin/shared_invite/zt-2jsrl32uf-fTeeFjNyNYxqSZt5NPY3fA)
3535
- [Discord server](https://discord.gg/ESHStjSjD4)
3636

3737
If you would love to contribute, feel free to join our community. Let's simplify software engineering together!
@@ -50,4 +50,4 @@ Please note that the selection of these technologies is in progress, and additio
5050

5151
## 📜 License
5252

53-
Distributed under the MIT License. See [our license](https://github.com/OpenDevin/OpenDevin/blob/main/LICENSE) for more information.
53+
Distributed under the MIT License. See [our license](https://github.com/OpenDevin/OpenDevin/blob/main/LICENSE) for more information.

docs/modules/usage/intro.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Explore the codebase of OpenDevin on [GitHub](https://github.com/OpenDevin/OpenD
4242
/>
4343
</a>
4444
<br></br>
45-
<a href="https://join.slack.com/t/opendevin/shared_invite/zt-2ggtwn3k5-PvAA2LUmqGHVZ~XzGq~ILw">
45+
<a href="https://join.slack.com/t/opendevin/shared_invite/zt-2jsrl32uf-fTeeFjNyNYxqSZt5NPY3fA">
4646
<img
4747
src="https://img.shields.io/badge/Slack-Join%20Us-red?logo=slack&logoColor=white&style=for-the-badge"
4848
alt="Join our Slack community"

docs/src/components/CustomFooter.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ function CustomFooter() {
1414
</div>
1515
<div className="footer-community">Community</div>
1616
<div className="footer-icons">
17-
<a href="https://join.slack.com/t/opendevin/shared_invite/zt-2ggtwn3k5-PvAA2LUmqGHVZ~XzGq~ILw" target="_blank" rel="noopener noreferrer">
17+
<a href="https://join.slack.com/t/opendevin/shared_invite/zt-2jsrl32uf-fTeeFjNyNYxqSZt5NPY3fA" target="_blank" rel="noopener noreferrer">
1818
<FaSlack />
1919
</a>
2020
<a href="https://discord.gg/ESHStjSjD4" target="_blank" rel="noopener noreferrer">

docs/src/pages/faq.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export default function FAQ() {
1717
you notice a problem that likely affects others.
1818
If you're having trouble installing, or have general questions, reach out on{" "}
1919
<a href="https://discord.gg/mBuDGRzzES" target="_blank">Discord</a> or{" "}
20-
<a href="https://join.slack.com/t/opendevin/shared_invite/zt-2ggtwn3k5-PvAA2LUmqGHVZ~XzGq~ILw" target="_blank">Slack</a>.
20+
<a href="https://join.slack.com/t/opendevin/shared_invite/zt-2jsrl32uf-fTeeFjNyNYxqSZt5NPY3fA" target="_blank">Slack</a>.
2121
</div>
2222
</div>
2323
<div className="faq-section">

0 commit comments

Comments
 (0)