Skip to content

Commit

Permalink
[BugFix] Fix Slack invite link on README page
Browse files Browse the repository at this point in the history
  • Loading branch information
shrutimantri committed May 26, 2024
1 parent 0951feb commit 7cac733
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<img src="https://img.shields.io/badge/Visit%20StarRocks-Website-green" alt="Website">
</a>
</a>
<a href="https://join.slack.com/t/starrocks/shared_invite/zt-z5zxqr0k-U5lrTVlgypRIV8RbnCIAzg">
<a href="https://starrocks.slack.com/join/shared_invite/zt-2fou0ynxe-mZpcW54KewxWocehcBNoKQ">
<img src="https://img.shields.io/badge/Join-Slack-ff69b4" alt="Slack">
</a>
</a>
Expand Down Expand Up @@ -68,6 +68,7 @@ Learn more 👉🏻 [Introduction to StarRocks](https://www.starrocks.io/blog/in
</a>
</p>


StarRocks’s streamlined architecture is mainly composed of two modules: Frontend (FE) and Backend (BE). The entire system eliminates single points of failure through seamless and horizontal scaling of FE and BE, as well as replication of metadata and data.

Starting from version 3.0, StarRocks supports a new shared-data architecture, which can provide better scalability and lower costs.
Expand All @@ -92,8 +93,8 @@ Starting from version 3.0, StarRocks supports a new shared-data architecture, wh
| [Blogs](https://starrocks.io/blog) | StarRocks deep dive and user stories. |

### ❓ Get support
[<img align="right" width="150" src="https://firstcontributions.github.io/assets/Readme/join-slack-team.png">](https://join.slack.com/t/starrocks/shared_invite/zt-z5zxqr0k-U5lrTVlgypRIV8RbnCIAzg)
- [Slack community: ](https://join.slack.com/t/starrocks/shared_invite/zt-z5zxqr0k-U5lrTVlgypRIV8RbnCIAzg)join technical discussions, ask questions, and meet other users!
[<img align="right" width="150" src="https://firstcontributions.github.io/assets/Readme/join-slack-team.png">](https://starrocks.slack.com/join/shared_invite/zt-2fou0ynxe-mZpcW54KewxWocehcBNoKQ)
- [Slack community: ](https://starrocks.slack.com/join/shared_invite/zt-2fou0ynxe-mZpcW54KewxWocehcBNoKQ) join technical discussions, ask questions, and meet other users!
- [YouTube channel:](https://www.youtube.com/channel/UC38wR-ogamk4naaWNQ45y7Q/featured) subscribe to the latest video tutorials and webcasts.
- [GitHub issues:](https://github.com/StarRocks/starrocks/issues) report an issue with StarRocks.

Expand Down

0 comments on commit 7cac733

Please sign in to comment.