Make the mailing list address references actionable in rendered HTML documentation.
Assisted-by: GPT-5.6-Luna, OpenCode Signed-off-by: Ales Musil <[email protected]> --- Documentation/internals/mailing-lists.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Documentation/internals/mailing-lists.rst b/Documentation/internals/mailing-lists.rst index 83fe54b46..f956623a7 100644 --- a/Documentation/internals/mailing-lists.rst +++ b/Documentation/internals/mailing-lists.rst @@ -36,7 +36,7 @@ The `ovs-announce`__ mailing list is used to announce new versions of Open vSwitch and OVN and is extremely low-volume. `(subscribe)`__ `(archives)`__ -__ [email protected] +__ mailto:[email protected] __ https://mail.openvswitch.org/mailman/listinfo/ovs-announce/ __ https://mail.openvswitch.org/pipermail/ovs-announce/ @@ -47,7 +47,7 @@ The `ovs-discuss`__ mailing list is used to discuss plans and design decisions for Open vSwitch and OVN. It is also an appropriate place for user questions. `(subscribe)`__ `(archives)`__ -__ [email protected] +__ mailto:[email protected] __ https://mail.openvswitch.org/mailman/listinfo/ovs-discuss/ __ https://mail.openvswitch.org/pipermail/ovs-discuss/ @@ -57,7 +57,7 @@ ovs-dev The `ovs-dev`__ mailing list is used to discuss development and review code before being committed. `(subscribe)`__ `(archives)`__ -__ [email protected] +__ mailto:[email protected] __ https://mail.openvswitch.org/mailman/listinfo/ovs-dev/ __ https://mail.openvswitch.org/pipermail/ovs-dev/ @@ -66,7 +66,7 @@ bugs The `bugs`__ mailing list is an alias for the discuss mailing list. -__ [email protected] +__ mailto:[email protected] security -------- @@ -74,4 +74,4 @@ security The `security`__ mailing list is for submitting security vulnerabilities to the security team. -__ [email protected] +__ mailto:[email protected] -- 2.55.0 _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
