Skip to content

Commit 6d00336

Browse files
authored
fix mailing-lists dead links (apache#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.
1 parent 0ca4fe2 commit 6d00336

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

site3/website/src/pages/community/mailing-lists.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ If you use Apache BookKeeper, please subscribe to the BookKeeper user mailing li
1010

1111
* [Subscribe](mailto:[email protected])
1212
* [Unsubscribe](mailto:[email protected])
13-
* [Archives](http://mail-archives.apache.org/mod_mbox/bookkeeper-user/)
13+
* [Archives](https://lists.apache.org/list.html?user@bookkeeper.apache.org)
1414

1515
## Developers
1616

1717
If you'd like to contribute to the Apache BookKeeper project, please subscribe to the BookKeeper developer mailing list at [[email protected]](mailto:[email protected]).
1818

1919
* [Subscribe](mailto:[email protected])
2020
* [Unsubscribe](mailto:[email protected])
21-
* [Archives](http://mail-archives.apache.org/mod_mbox/bookkeeper-dev/)
21+
* [Archives](https://lists.apache.org/list.html?dev@bookkeeper.apache.org)
2222

2323
## Issues
2424

@@ -27,7 +27,7 @@ BookKeeper issues mailing list at [[email protected]](mailto:issues@b
2727

2828
* [Subscribe](mailto:[email protected])
2929
* [Unsubscribe](mailto:[email protected])
30-
* [Archives](http://mail-archives.apache.org/mod_mbox/bookkeeper-issues/)
30+
* [Archives](https://lists.apache.org/list.html?issues@bookkeeper.apache.org)
3131

3232
### Mail Filters
3333

@@ -45,4 +45,4 @@ If you'd like to see changes made in BookKeeper's version control system then su
4545

4646
* [Subscribe](mailto:[email protected])
4747
* [Unsubscribe](mailto:[email protected])
48-
* [Archives](http://mail-archives.apache.org/mod_mbox/bookkeeper-commits/)
48+
* [Archives](https://lists.apache.org/list.html?commits@bookkeeper.apache.org)

site3/website/src/pages/community/meeting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Community meetings
22

3-
The community meeting runs bi-weekly on Thursday 8am - 9am PST. The meeting link is [https://goo.gl/iyRA6G](https://goo.gl/iyRA6G).
3+
The community meeting runs bi-weekly on Thursday 8am - 9am PST.
44

55
The meeting is typically comprised of 3 parts:
66

0 commit comments

Comments
 (0)