This is an automated email from the ASF dual-hosted git repository.

kevinjqliu pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg.git


The following commit(s) were added to refs/heads/main by this push:
     new 885bcbb9fc site: Update Slack link (#14772)
885bcbb9fc is described below

commit 885bcbb9fc98d8f4da3350261deb3bec11e1a181
Author: Fokko Driesprong <[email protected]>
AuthorDate: Fri Dec 5 21:48:45 2025 +0100

    site: Update Slack link (#14772)
---
 .github/ISSUE_TEMPLATE/iceberg_question.yml | 2 +-
 site/docs/community.md                      | 2 +-
 site/mkdocs.yml                             | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/ISSUE_TEMPLATE/iceberg_question.yml 
b/.github/ISSUE_TEMPLATE/iceberg_question.yml
index a170e9acce..b5966dccc7 100644
--- a/.github/ISSUE_TEMPLATE/iceberg_question.yml
+++ b/.github/ISSUE_TEMPLATE/iceberg_question.yml
@@ -25,7 +25,7 @@ body:
   - type: markdown
     attributes:
       value: |
-        Feel free to ask your question on 
[Slack](https://join.slack.com/t/apache-iceberg/shared_invite/zt-2561tq9qr-UtISlHgsdY3Virs3Z2_btQ)
 as well.
+        Feel free to ask your question on 
[Slack](https://join.slack.com/t/apache-iceberg/shared_invite/zt-3kclosz6r-3heAW3d~_PHefmN2A_~cAg)
 as well.
 
         Do **NOT** share any sensitive information like passwords, security 
tokens, private URLs etc.
   - type: textarea
diff --git a/site/docs/community.md b/site/docs/community.md
index 06702c18f9..d8611fc6b2 100644
--- a/site/docs/community.md
+++ b/site/docs/community.md
@@ -47,7 +47,7 @@ Iceberg has four mailing lists:
 
 ### Slack
 
-We use the [Apache Iceberg workspace](https://apache-iceberg.slack.com/) on 
Slack. To be invited, follow [this invite 
link](https://join.slack.com/t/apache-iceberg/shared_invite/zt-287g3akar-K9Oe_En5j1UL7Y_Ikpai3A).
+We use the [Apache Iceberg workspace](https://apache-iceberg.slack.com/) on 
Slack. To be invited, follow [this invite 
link](https://join.slack.com/t/apache-iceberg/shared_invite/zt-3kclosz6r-3heAW3d~_PHefmN2A_~cAg).
 
 Please note that this link may occasionally break when Slack does an upgrade. 
If you encounter problems using it, please let us know by sending an email to 
<[email protected]>.
 
diff --git a/site/mkdocs.yml b/site/mkdocs.yml
index ebf6006b67..6ea9ceb363 100644
--- a/site/mkdocs.yml
+++ b/site/mkdocs.yml
@@ -100,7 +100,7 @@ extra:
       link: 'https://www.youtube.com/@ApacheIceberg'
       title: youtube
     - icon: fontawesome/brands/slack
-      link: 
'https://join.slack.com/t/apache-iceberg/shared_invite/zt-287g3akar-K9Oe_En5j1UL7Y_Ikpai3A'
+      link: 
'https://join.slack.com/t/apache-iceberg/shared_invite/zt-3kclosz6r-3heAW3d~_PHefmN2A_~cAg'
       title: slack
 
 exclude_docs: |

Reply via email to