From 31fe67b835a9ebf2f9b90e47f274033139808782 Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Mon, 26 Feb 2024 09:18:05 -0800 Subject: [PATCH] Fix the mailing list domain in documentation link The docs had the openstack-discuss mailing list living at the @openstack.org domain. In reality this list lives at the @lists.openstack.org domain. Correct this. Change-Id: Ifee33c8e5757b231d6cc6c3341d7d23072fce94d --- doc/source/contributor/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/contributor/index.rst b/doc/source/contributor/index.rst index c651c76ec..d25021d00 100644 --- a/doc/source/contributor/index.rst +++ b/doc/source/contributor/index.rst @@ -46,7 +46,7 @@ The `openstack-discuss`__ mailing list fields questions of all types on OpenStack. Using the ``[sdk]`` filter to begin your email subject will ensure that the message gets to SDK developers. -.. __: mailto:openstack-discuss@openstack.org?subject=[sdk]%20Question%20about%20openstacksdk +.. __: mailto:openstack-discuss@lists.openstack.org?subject=[sdk]%20Question%20about%20openstacksdk Coding Standards ----------------