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

chenhang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/bookkeeper.git


The following commit(s) were added to refs/heads/master by this push:
     new 6d00336728 fix mailing-lists dead links (#3804)
6d00336728 is described below

commit 6d003367280b0a761d02dbfc8c8d6ab8b6637e73
Author: lixinyang <[email protected]>
AuthorDate: Tue Feb 28 16:06:07 2023 +0800

    fix mailing-lists dead links (#3804)
    
    ### Motivation
    Fix the mailing-lists.md dead links which cause Dead link checker failed.
    There are some links looks like not stable, we can use new link to replace 
it.
    
    CI filed 
link:https://github.com/apache/bookkeeper/actions/runs/4260370313/jobs/7413461899
    
    ```
    [✖] http://mail-archives.apache.org/mod_mbox/bookkeeper-user/
    ERROR: 4 dead links found!
    [✖] http://mail-archives.apache.org/mod_mbox/bookkeeper-dev/
    [✖] http://mail-archives.apache.org/mod_mbox/bookkeeper-issues/
    [✖] http://mail-archives.apache.org/mod_mbox/bookkeeper-commits/
    
    20 links checked.
    [✖] http://mail-archives.apache.org/mod_mbox/bookkeeper-user/ → Status: 0
    [✖] http://mail-archives.apache.org/mod_mbox/bookkeeper-dev/ → Status: 0
    [✖] http://mail-archives.apache.org/mod_mbox/bookkeeper-issues/ → Status: 0
    [✖] http://mail-archives.apache.org/mod_mbox/bookkeeper-commits/ → Status: 0
    ```
    ### Changes
    1. use new link to replace the dead links in mailing-lists.md.
---
 site3/website/src/pages/community/mailing-lists.md | 8 ++++----
 site3/website/src/pages/community/meeting.md       | 2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/site3/website/src/pages/community/mailing-lists.md 
b/site3/website/src/pages/community/mailing-lists.md
index c8c9dadcdf..9254207f4b 100644
--- a/site3/website/src/pages/community/mailing-lists.md
+++ b/site3/website/src/pages/community/mailing-lists.md
@@ -10,7 +10,7 @@ If you use Apache BookKeeper, please subscribe to the 
BookKeeper user mailing li
 
 * [Subscribe](mailto:[email protected])
 * [Unsubscribe](mailto:[email protected])
-* [Archives](http://mail-archives.apache.org/mod_mbox/bookkeeper-user/)
+* [Archives](https://lists.apache.org/[email protected])
 
 ## Developers
 
@@ -18,7 +18,7 @@ If you'd like to contribute to the Apache BookKeeper project, 
please subscribe t
 
 * [Subscribe](mailto:[email protected])
 * [Unsubscribe](mailto:[email protected])
-* [Archives](http://mail-archives.apache.org/mod_mbox/bookkeeper-dev/)
+* [Archives](https://lists.apache.org/[email protected])
 
 ## Issues
 
@@ -27,7 +27,7 @@ BookKeeper issues mailing list at 
[[email protected]](mailto:issues@b
 
 * [Subscribe](mailto:[email protected])
 * [Unsubscribe](mailto:[email protected])
-* [Archives](http://mail-archives.apache.org/mod_mbox/bookkeeper-issues/)
+* [Archives](https://lists.apache.org/[email protected])
 
 ### Mail Filters
 
@@ -45,4 +45,4 @@ If you'd like to see changes made in BookKeeper's version 
control system then su
 
 * [Subscribe](mailto:[email protected])
 * [Unsubscribe](mailto:[email protected])
-* [Archives](http://mail-archives.apache.org/mod_mbox/bookkeeper-commits/)
+* [Archives](https://lists.apache.org/[email protected])
diff --git a/site3/website/src/pages/community/meeting.md 
b/site3/website/src/pages/community/meeting.md
index dac47548f0..41eeeea31d 100644
--- a/site3/website/src/pages/community/meeting.md
+++ b/site3/website/src/pages/community/meeting.md
@@ -1,6 +1,6 @@
 # Community meetings
 
-The community meeting runs bi-weekly on Thursday 8am - 9am PST. The meeting 
link is [https://goo.gl/iyRA6G](https://goo.gl/iyRA6G).
+The community meeting runs bi-weekly on Thursday 8am - 9am PST.
 
 The meeting is typically comprised of 3 parts:
 

Reply via email to