Skip to content

Commit ff6d192

Browse files
committed
[fix](HomepageHeader): Update GitHub link in HomepageHeader
1 parent 61d82a1 commit ff6d192

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

website/community/how-to-contribute/bug-reports-feature-requests.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ When filing an issue, make sure to answer these five questions:
6060
5. What did you see instead?
6161

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

6666
## How to suggest a feature or enhancement

website/src/pages/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ function HomepageHeader() {
4343

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

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

0 commit comments

Comments
 (0)