Skip to content

Commit

Permalink
fix mailing-lists dead links (#3804)
Browse files Browse the repository at this point in the history
### 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.
  • Loading branch information
Nicklee007 authored Feb 28, 2023
1 parent 0ca4fe2 commit 6d00336
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions site3/website/src/pages/community/mailing-lists.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ 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/list.html?user@bookkeeper.apache.org)

## Developers

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]).

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

## Issues

Expand All @@ -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/list.html?issues@bookkeeper.apache.org)

### Mail Filters

Expand All @@ -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/list.html?commits@bookkeeper.apache.org)
2 changes: 1 addition & 1 deletion site3/website/src/pages/community/meeting.md
Original file line number Diff line number Diff line change
@@ -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:

Expand Down

0 comments on commit 6d00336

Please sign in to comment.