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

luzhijing pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris-website.git


The following commit(s) were added to refs/heads/master by this push:
     new f60c5803b19 [docs] Update Slack link on home page and footer (#348)
f60c5803b19 is described below

commit f60c5803b190d08eaa3e3b267f51b18ee4a30c42
Author: KassieZ <139741991+kass...@users.noreply.github.com>
AuthorDate: Thu Dec 7 11:14:35 2023 +0800

    [docs] Update Slack link on home page and footer (#348)
    
    * Update index.tsx
    
    * Update index.tsx
---
 src/pages/index.tsx        | 2 +-
 src/theme/Footer/index.tsx | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/pages/index.tsx b/src/pages/index.tsx
index 76d4559d80f..5589a2a3b9b 100644
--- a/src/pages/index.tsx
+++ b/src/pages/index.tsx
@@ -28,7 +28,7 @@ export default function Home(): JSX.Element {
         },
         {
             label: 'Slack',
-            link: 
'https://join.slack.com/t/apachedoriscommunity/shared_invite/zt-1x7x8fger-F7NoshFQn~djlvGdnEtxUQ',
+            link: 
'https://join.slack.com/t/apachedoriscommunity/shared_invite/zt-28il1o2wk-DD6LsLOz3v4aD92Mu0S0aQ',
             type: 'default',
         },
     ];
diff --git a/src/theme/Footer/index.tsx b/src/theme/Footer/index.tsx
index fe4bbe07bb6..fadca73bb13 100644
--- a/src/theme/Footer/index.tsx
+++ b/src/theme/Footer/index.tsx
@@ -59,7 +59,7 @@ function Footer() {
                             </div>
                             <div className="social">
                                 <a
-                                    
href="https://join.slack.com/t/apachedoriscommunity/shared_invite/zt-1x7x8fger-F7NoshFQn~djlvGdnEtxUQ";
+                                    
href="https://join.slack.com/t/apachedoriscommunity/shared_invite/zt-28il1o2wk-DD6LsLOz3v4aD92Mu0S0aQ";
                                     title="slack"
                                     target="_blank"
                                     className="item"


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to