Skip to content

Commit 202c3c0

Browse files
authored
Merge pull request #2609 from kamil-certat/docs/mailing_lists
doc: Fix and refresh links to mailing lists
2 parents 38b9304 + 383209e commit 202c3c0

File tree

5 files changed

+5
-4
lines changed

5 files changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ Please refer to the [NEWS](NEWS.md) for a list of changes which have an affect o
3232
#### Outputs
3333

3434
### Documentation
35+
- Fix and refresh links to mailing lists (PR#2609 by Kamil Mańkowski)
3536

3637
### Packaging
3738
- Replace `/opt/intelmq` example paths in bots with variable `VAR_STATE_PATH` for correct paths in LSB-path setups like with packages (PR#2587 by Sebastian Wagner).

docs/dev/intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Similarly, if code does not get accepted upstream by the main developers, it is
3434
## Mailing list
3535

3636
There is a separate mailing list for developers to discuss development topics:
37-
The [IntelMQ-DevArchive](https://lists.cert.at/pipermail/intelmq-dev/) is public as well.
37+
The [IntelMQ-DevArchive](https://lists.cert.at/mailman3/hyperkitty/list/intelmq-dev@lists.cert.at/) is public as well.
3838

3939
## GitHub
4040

docs/help.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ To participate on GitHub, you first need to create an account on the platform.
2626
## Mailing list
2727

2828
The most traditional way is to ask your question, make a proposal or discuss a topic on the
29-
mailing [IntelMQ Users mailing list](https://lists.cert.t/cgi-bin/mailman/listinfo/intelmq-users). You need to subscribe to the mailing list before posting, but the archive is publicly available: [IntelMQ Users Archive](https://lists.cert.at/pipermail/intelmq-users/).
29+
mailing [IntelMQ Users mailing list](https://lists.cert.at/mailman3/hyperkitty/list/intelmq-users@lists.cert.at/). You need to subscribe to the mailing list before posting, but the archive is publicly available: [IntelMQ Users Archive](https://lists.cert.at/mailman3/hyperkitty/list/intelmq-users@lists.cert.at/latest).
3030

3131
## Assistance
3232

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ It follows the following basic meta-guidelines:
5454

5555
## Contribute
5656

57-
- Subscribe to the [IntelMQ Developers mailing list](https://lists.cert.at/cgi-bin/mailman/listinfo/intelmq-dev) and engage in discussions
57+
- Subscribe to the [IntelMQ Developers mailing list](https://lists.cert.at/mailman3/hyperkitty/list/intelmq-dev@lists.cert.at/) and engage in discussions
5858
- Report any errors and suggest improvements via [issues](https://github.com/certtools/intelmq/issues)
5959
- Read the Developer Guide and open a [pull request](https://github.com/certtools/intelmq/pulls)
6060

docs/user/bots.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2611,7 +2611,7 @@ When using a whitelist field pattern and a small number of fields (keys), it bec
26112611
exist in the events themselves. If a field does not exist, but is part of the hashing/deduplication, this field will be
26122612
ignored. If such events should not get deduplicated, you need to filter them out before the deduplication process, e.g.
26132613
using a sieve expert. See
2614-
also [this discussion thread](https://lists.cert.at/pipermail/intelmq-users/2021-July/000370.html) on the mailing-list.
2614+
also [this discussion thread](https://lists.cert.at/mailman3/hyperkitty/list/intelmq-users@lists.cert.at/thread/V6YTF4XGALC37C666LPWQ6KK6CLAR6T2/) on the mailing-list.
26152615

26162616
**Configuration Example**
26172617

0 commit comments

Comments
 (0)