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

amoghj 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 2eafdb5bfa Docs: Fix community link (#9500)
2eafdb5bfa is described below

commit 2eafdb5bfa834e76d840a0ec65483552d4847a10
Author: Brian "bits" Olsen <[email protected]>
AuthorDate: Wed Jan 17 15:47:42 2024 -0800

    Docs: Fix community link (#9500)
---
 site/mkdocs.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/site/mkdocs.yml b/site/mkdocs.yml
index ee8e52704d..2151b9bc92 100644
--- a/site/mkdocs.yml
+++ b/site/mkdocs.yml
@@ -81,7 +81,7 @@ extra:
   icebergVersion: '1.4.2'
   social:
     - icon: fontawesome/regular/comments
-      link: './community'
+      link: 'https://iceberg.apache.org/community/'
       title: community
     - icon: fontawesome/brands/github
       link: 'https://github.com/apache/iceberg'

Reply via email to