summaryrefslogtreecommitdiff
path: root/Documentation/internals
diff options
context:
space:
mode:
authorLars Kellogg-Stedman <lars@redhat.com>2020-01-15 13:42:06 -0500
committerBen Pfaff <blp@ovn.org>2020-01-15 16:59:18 -0800
commit8657012454c92daa31388d359cd5bdbb67bf1f38 (patch)
tree14ce15f8ffac5fb65fe88422d3065ca73fed6db8 /Documentation/internals
parente61bdffc2a98ae6b3ec4c452cd5b61e165a6aaef (diff)
downloadopenvswitch-8657012454c92daa31388d359cd5bdbb67bf1f38.tar.gz
docs: Correct links in mailing-lists.rst
Adds `mailto:` to email address links in mailing-lists.rst. The existing syntax resulted in broken links of the form `http://docs.openvswitch.org/en/latest/internals/mailing-lists/<address>`, which would result in a 404 error. Signed-off-by: Lars Kellogg-Stedman <lars@redhat.com> Signed-off-by: Ben Pfaff <blp@ovn.org>
Diffstat (limited to 'Documentation/internals')
-rw-r--r--Documentation/internals/mailing-lists.rst14
1 files changed, 7 insertions, 7 deletions
diff --git a/Documentation/internals/mailing-lists.rst b/Documentation/internals/mailing-lists.rst
index e8b344094..e8f050fa6 100644
--- a/Documentation/internals/mailing-lists.rst
+++ b/Documentation/internals/mailing-lists.rst
@@ -35,7 +35,7 @@ ovs-announce
The `ovs-announce`__ mailing list is used to announce new versions of Open
vSwitch and is extremely low-volume. `(subscribe)`__ `(archives)`__
-__ ovs-announce@openvswitch.org
+__ mailto:ovs-announce@openvswitch.org
__ https://mail.openvswitch.org/mailman/listinfo/ovs-announce/
__ https://mail.openvswitch.org/pipermail/ovs-announce/
@@ -46,7 +46,7 @@ The `ovs-discuss`__ mailing list is used to discuss plans and design decisions
for Open vSwitch. It is also an appropriate place for user questions.
`(subscribe)`__ `(archives)`__
-__ ovs-discuss@openvswitch.org
+__ mailto:ovs-discuss@openvswitch.org
__ https://mail.openvswitch.org/mailman/listinfo/ovs-discuss/
__ https://mail.openvswitch.org/pipermail/ovs-discuss/
@@ -56,7 +56,7 @@ ovs-dev
The `ovs-dev`__ mailing list is used to discuss development and review code
before being committed. `(subscribe)`__ `(archives)`__
-__ ovs-dev@openvswitch.org
+__ mailto:ovs-dev@openvswitch.org
__ https://mail.openvswitch.org/mailman/listinfo/ovs-dev/
__ https://mail.openvswitch.org/pipermail/ovs-dev/
@@ -66,7 +66,7 @@ ovs-git
The `ovs-git`__ mailing list hooks into Open vSwitch's version control system
to receive commits. `(subscribe)`__ `(archives)`__
-__ ovs-git@openvswitch.org
+__ mailto:ovs-git@openvswitch.org
__ https://mail.openvswitch.org/mailman/listinfo/ovs-git/
__ https://mail.openvswitch.org/pipermail/ovs-git/
@@ -76,7 +76,7 @@ ovs-build
The `ovs-build`__ mailing list hooks into Open vSwitch's continuous integration
system to receive build reports. `(subscribe)`__ `(archives)`__
-__ ovs-build@openvswitch.org
+__ mailto:ovs-build@openvswitch.org
__ https://mail.openvswitch.org/mailman/listinfo/ovs-build/
__ https://mail.openvswitch.org/pipermail/ovs-build/
@@ -85,7 +85,7 @@ bugs
The `bugs`__ mailing list is an alias for the discuss mailing list.
-__ bugs@openvswitch.org
+__ mailto:bugs@openvswitch.org
security
--------
@@ -93,4 +93,4 @@ security
The `security`__ mailing list is for submitting security vulnerabilities to the
security team.
-__ security@openvswitch.org
+__ mailto:security@openvswitch.org