This is an automated email from the ASF dual-hosted git repository.
ipolyzos pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/fluss.git
The following commit(s) were added to refs/heads/main by this push:
new 4738a2494 [fix](HomepageHeader): Update GitHub link in HomepageHeader
(#1343)
4738a2494 is described below
commit 4738a2494408d3e15216be0977b429741fdf4ce2
Author: Zmm <[email protected]>
AuthorDate: Tue Jul 22 13:50:46 2025 +0800
[fix](HomepageHeader): Update GitHub link in HomepageHeader (#1343)
---
website/community/how-to-contribute/bug-reports-feature-requests.md | 2 +-
website/src/pages/index.tsx | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git
a/website/community/how-to-contribute/bug-reports-feature-requests.md
b/website/community/how-to-contribute/bug-reports-feature-requests.md
index d037169f5..44ac9a9e4 100644
--- a/website/community/how-to-contribute/bug-reports-feature-requests.md
+++ b/website/community/how-to-contribute/bug-reports-feature-requests.md
@@ -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
diff --git a/website/src/pages/index.tsx b/website/src/pages/index.tsx
index afbe2a3a6..fdd0d14c5 100644
--- a/website/src/pages/index.tsx
+++ b/website/src/pages/index.tsx
@@ -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"
@@ -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"