Skip to content

Commit 6386495

Browse files
ui: fix hyperlinks to the mailing list
Due to the needed move of the mailing list the hyperlinks were broken. For most of the mentioned archived posts a new hyperlink was able to be found. Some were removed due to it being impossible to trace it back which mail thread it was linked to. Fixes [issue](#3211). Signed-off-by: Jasper Berton <jasper.berton@team.blue>
1 parent 3249141 commit 6386495

29 files changed

+39
-43
lines changed

data/navigation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
- Documentation: /documentation/
44
- Developers: /develop/
55
- Community: /community/
6-
- Forum: //lists.ovirt.org/archives/
6+
- Forum: //lists.ovirt.org/
77
- Blog: //blogs.ovirt.org/

source/community/about/mailing-lists.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ authors:
66
- dneary
77
- quaid
88
- theron
9+
- Jasper Berton
910
---
1011

1112
# Mailing lists
@@ -14,14 +15,14 @@ There are many mailing lists in the oVirt project - mostly referenced on [the oV
1415

1516
## User-oriented lists
1617

17-
* [Announce](https://lists.ovirt.org/archives/list/announce@ovirt.org):@ovirt.org/ Announcements about the oVirt project
18+
* [Announce](https://lists.ovirt.org/hyperkitty/list/announce@ovirt.org/):@ovirt.org/ Announcements about the oVirt project
1819
* [Users](/community/users-list.html):@ovirt.org/ The best place for oVirt user issues - installation, configuration, storage integration, use-cases
1920

2021
## Developer-oriented list
2122

22-
* [Devel](https://lists.ovirt.org/archives/list/devel@ovirt.org):@ovirt.org/ Project-wide developer-related issues. Anything which requires the feedback or awareness of developers within the oVirt project should go here.
23+
* [Devel](https://lists.ovirt.org/hyperkitty/list/devel@ovirt.org/):@ovirt.org/ Project-wide developer-related issues. Anything which requires the feedback or awareness of developers within the oVirt project should go here.
2324

2425
## Project governance and management
2526

26-
* [Board](https://lists.ovirt.org/archives/list/board@ovirt.org):@ovirt.org/ Discussions amongst the Board for all business
27-
* [Infra](https://lists.ovirt.org/archives/list/infra@ovirt.org):@ovirt.org/ List for oVirt.org Infrastructure team
27+
* [Board](https://lists.ovirt.org/hyperkitty/list/board@ovirt.org/):@ovirt.org/ Discussions amongst the Board for all business
28+
* [Infra](https://lists.ovirt.org/hyperkitty/list/infra@ovirt.org/):@ovirt.org/ List for oVirt.org Infrastructure team

source/community/becoming-an-infrastructure-team-member.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ This page describes the process for becoming a member of the Infrastructure team
1515

1616
The Infrastructure team primarily uses three resources to get stuff done:
1717

18-
* [The infra mailing list](https://lists.ovirt.org/archives/list/infra@ovirt.org/) for asynchronous communication
18+
* [The infra mailing list](https://lists.ovirt.org/hyperkitty/list/infra@ovirt.org/) for asynchronous communication
1919
* [The infra ticketing system](https://issues.redhat.com/projects/CPDEVOPS/summary) for issue tracking
2020

2121
In general, the team hangs out on the general `#ovirt` IRC channel on OFTC (`irc.oftc.net`).

source/community/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ There are a few ways to engage with the oVirt Community:
4444

4545
- [Events](/events/)
4646
- [Archived Conferences Presentations](archived_conferences_presentations.html)
47-
- [Forums / Mailing lists](https://lists.ovirt.org/archives/)
47+
- [Forums / Mailing lists](https://lists.ovirt.org)
4848
- [oVirt Facebook group](https://www.facebook.com/groups/ovirt.openvirtualization/)
4949
- [Twitter](https://twitter.com/ovirt)
5050
- IRC -- `#ovirt` on `irc.oftc.net`

source/community/users-list.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ no_container: true
77

88
# Users list
99

10-
The [users mailing list](https://lists.ovirt.org/archives/list/users@ovirt.org/) is the main place for getting help, asking questions, consulting about setup design/hardware/configuration/performance etc., and of course sharing your experience.
10+
The [users mailing list](https://lists.ovirt.org/hyperkitty/list/users@ovirt.org/) is the main place for getting help, asking questions, consulting about setup design/hardware/configuration/performance etc., and of course sharing your experience.
1111

1212
## Getting help
1313

source/develop/developer-guide/migrating_to_github.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ The procedure for activating the mirroring is described within the [oVirt Infra
2626
In order to deactivate the mirroring, the procedure must be reverted. As a pre-requisite you need to have gerrit administrator rights. If you are missing these rights, either:
2727

2828
* Open a ticket on [the infra ticketing system](https://issues.redhat.com/projects/CPDEVOPS/summary)
29-
* Or ask on the [devel@ovirt.org](https://lists.ovirt.org/archives/list/devel@ovirt.org/) mailing list
29+
* Or ask on the [devel@ovirt.org](https://lists.ovirt.org/hyperkitty/list/devel@ovirt.org/) mailing list
3030
* Or ask for [joining the oVirt infrastructure team](/develop/infra/infrastructure.html)
3131

3232
If you have a user with admin permission on Gerrit:
@@ -225,7 +225,7 @@ If you choose to add the `config.yml` within the `ISSUE_TEMPLATE` folder, you ca
225225
blank_issues_enabled: true
226226
contact_links:
227227
- name: oVirt Mailing Lists
228-
url: https://lists.ovirt.org/archives/
228+
url: https://lists.ovirt.org/
229229
about: Join us on the mailing list for more conversations and community support
230230
- name: oVirt User Documentation
231231
url: https://ovirt.org/documentation/

source/develop/developer-guide/readme_template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ If you find a documentation issue on the oVirt website, please navigate to the p
2727

2828
## Still need help?
2929

30-
If you have any other questions or suggestions, you can join and contact us on the [oVirt Users forum / mailing list](https://lists.ovirt.org/admin/lists/users.ovirt.org/).
30+
If you have any other questions or suggestions, you can join and contact us on the [oVirt Users forum / mailing list](https://lists.ovirt.org/hyperkitty/list/users@ovirt.org/).
3131
```

source/develop/index.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ If you have no spare resources for providing a shared storage, you can configure
2626

2727
Please follow the [user documentation](/documentation/index.html) for deploying your system.
2828

29-
Sign up for the [devel@ovirt.org](https://lists.ovirt.org/archives/list/devel@ovirt.org/) mailing list and send us an email saying how you would like to contribute.
30-
Visit our [mailing lists](https://lists.ovirt.org/archives/) page for other oVirt mailing lists to sign up for.
29+
Sign up for the [devel@ovirt.org](https://lists.ovirt.org/hyperkitty/list/devel@ovirt.org/) mailing list and send us an email saying how you would like to contribute.
30+
Visit our [mailing lists](https://lists.ovirt.org/) page for other oVirt mailing lists to sign up for.
3131

3232
For fluent, real time communication, you can [join us on IRC](/community/about/contact.html#irc) or [join us on Matrix](/community/about/contact.html#matrix).
3333

@@ -52,7 +52,7 @@ Within oVirt project several teams are taking care of different aspects of the s
5252
- Virtualization: responsible for VM lifecycle, System and host level scheduling / SLA
5353
- User Experience: responsible for UI Infra and overall UX consistency.
5454

55-
The teams are discussing their work on [devel@ovirt.org](https://lists.ovirt.org/archives/list/devel@ovirt.org/) mailing list so to join a team
55+
The teams are discussing their work on [devel@ovirt.org](https://lists.ovirt.org/hyperkitty/list/devel@ovirt.org/) mailing list so to join a team
5656
you should start getting involved in these conversations.
5757

5858
## Contributing Code
@@ -63,7 +63,7 @@ Contributions of all types are gladly accepted!
6363

6464
There are many repositories (sub-projects) within oVirt, details about the public repositories can be found over at the [oVirt GitHub Project](https://github.com/orgs/oVirt/repositories?type=public).
6565

66-
If you are looking for some task to pick up, you can ask for it on [devel@ovirt.org](https://lists.ovirt.org/archives/list/devel@ovirt.org/) mailing list.
66+
If you are looking for some task to pick up, you can ask for it on [devel@ovirt.org](https://lists.ovirt.org/hyperkitty/list/devel@ovirt.org/) mailing list.
6767
As an alternative you can look at open tickets on [oVirt GitHub issues](https://github.com/issues?q=is%3Aopen+is%3Aissue+user%3Aovirt+archived%3Afalse) and once you choose what to work on
6868
please comment on the ticket you are looking into it. If the ticket has already an assignee, please get in touch with the assignee before starting to work on the ticket.
6969

@@ -75,6 +75,6 @@ You can find us on both our [Mailing lists](/community/about/mailing-lists.html)
7575
## Setting up a development environment
7676

7777
Each subproject should have instructions on how to setup your development environment to be able to develop and test your changes.
78-
If you don't find adequate documentation and you need help, please contact us on [IRC](/community/about/contact.html#irc), on [Matrix](/community/about/contact.html#matrix) or on the [devel@ovirt.org](https://lists.ovirt.org/archives/list/devel@ovirt.org/) mailing list.
78+
If you don't find adequate documentation and you need help, please contact us on [IRC](/community/about/contact.html#irc), on [Matrix](/community/about/contact.html#matrix) or on the [devel@ovirt.org](https://lists.ovirt.org/hyperkitty/list/devel@ovirt.org/) mailing list.
7979

8080
</section>

source/develop/infra/infrastructure-team-meetings.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -558,7 +558,7 @@ This page is for tracking agenda, notes, logs, and etc. about each oVirt Infrast
558558

559559
### 2013-01-07
560560

561-
*[Minutes](https://lists.ovirt.org/pipermail/infra/2013-January/001800.html)*
561+
*[Minutes](https://lists.ovirt.org/hyperkitty/list/users@ovirt.org/thread/5VNSWQUXWKKJWS2BVIYWVUGLLLWTDFQR/)
562562

563563
* New hosting design
564564
- Review & discuss & improve upon draft: new_hosting_design_Jan_2013
@@ -820,7 +820,7 @@ This page is for tracking agenda, notes, logs, and etc. about each oVirt Infrast
820820

821821
### 2012-07-31
822822

823-
*[Minutes](https://lists.ovirt.org/pipermail/infra/2012-July/000745.html)*
823+
*[Minutes]
824824

825825
**Agenda**
826826

source/develop/infra/infrastructure.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ to the new [infra ticketing system](https://issues.redhat.com/projects/CPDEVOPS/
9090

9191
The main thing is to communicate with us if you have any questions, are interested in learning more, or want to participate in supporting oVirt infrastructure.
9292

93-
* [Mailing list infra@ovirt.org](https://lists.ovirt.org/archives/list/infra@ovirt.org/)
93+
* [Mailing list infra@ovirt.org](https://lists.ovirt.org/hyperkitty/list/infra@ovirt.org/)
9494
* [IRC channel #ovirt on OFTC](irc://irc.oftc.net/#ovirt)
9595

9696
### Meetings
@@ -99,7 +99,7 @@ The main thing is to communicate with us if you have any questions, are interest
9999

100100
### Decision process
101101

102-
* The Infra team generally follows the principle that if it wasn't discussed on the [mailing list](https://lists.ovirt.org/archives/list/infra@ovirt.org/) it didn't really happen.
102+
* The Infra team generally follows the principle that if it wasn't discussed on the [mailing list](https://lists.ovirt.org/hyperkitty/list/infra@ovirt.org/) it didn't really happen.
103103
* This means all important or broad-reaching decisions are discussed and decided on the mailing list.
104104
* The team uses the same [collaborative decision process](https://blogs.apache.org/comdev/entry/how_apache_projects_use_consensus) that other oVirt teams use, with some lightweight elements added to move along minor votes
105105
* +1 is a vote in favor of a proposition

0 commit comments

Comments
 (0)