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
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ When filing an issue, make sure to answer these five questions:
5. What did you see instead?

Troubleshooting questions should be posted on:
* [Slack (#troubleshooting)](https://join.slack.com/t/fluss-hq/shared_invite/zt-33wlna581-QAooAiCmnYboJS8D_JUcYw)
* [Slack (#troubleshooting)](https://join.slack.com/t/apache-fluss/shared_invite/zt-33wlna581-QAooAiCmnYboJS8D_JUcYw)
* [GitHub Discussions](https://github.com/apache/fluss/discussions)

## How to suggest a feature or enhancement
Expand Down
4 changes: 2 additions & 2 deletions website/src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ function HomepageHeader() {

<Link
className={clsx("button button--secondary button--lg", styles.buttonWithIcon, styles.buttonWidth)}
to="https://github.com/alibaba/fluss">
to="https://github.com/apache/fluss">
<img
src="img/github_icon.svg"
alt="GitHub"
Expand All @@ -54,7 +54,7 @@ function HomepageHeader() {

<Link
className={clsx("button button--secondary button--lg", styles.buttonWithIcon, styles.buttonWidth)}
to="https://join.slack.com/t/fluss-hq/shared_invite/zt-33wlna581-QAooAiCmnYboJS8D_JUcYw">
to="https://join.slack.com/t/apache-fluss/shared_invite/zt-33wlna581-QAooAiCmnYboJS8D_JUcYw">
<img
src="img/slack_icon.svg"
alt="Slack"
Expand Down