From 921ece5f30e31b209d246be317ed25b10a0e7ab4 Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Tue, 19 Feb 2019 03:00:14 +0000 Subject: [PATCH] Correct candidacy instructions URL Fix the heading identifier on the candidacy instructions URL in E-mail templates. Change-Id: I6044f6e8400320c4cbe2b7fe77a3d41fc0667b47 --- openstack_election/cmds/template_emails.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/openstack_election/cmds/template_emails.py b/openstack_election/cmds/template_emails.py index 848a80e7..978be992 100644 --- a/openstack_election/cmds/template_emails.py +++ b/openstack_election/cmds/template_emails.py @@ -72,7 +72,7 @@ and will remain open until %s. All nominations must be submitted as a text file to the openstack/election repository as explained at -http://governance.openstack.org/election/#how-to-submit-your-candidacy +http://governance.openstack.org/election/#how-to-submit-a-candidacy Please make sure to follow the new candidacy file naming convention: candidates///. @@ -128,7 +128,7 @@ described by [3]. Thank you, -[1] http://governance.openstack.org/election/#how-to-submit-your-candidacy +[1] http://governance.openstack.org/election/#how-to-submit-a-candidacy [2] Assuming the open reviews below are validated https://review.openstack.org/#/q/is:open+project:openstack/election [3] %s""" @@ -294,7 +294,7 @@ mailing list or to the elections officials[6]. Thank you, -[1] http://governance.openstack.org/election/#how-to-submit-your-candidacy +[1] http://governance.openstack.org/election/#how-to-submit-a-candidacy [2] http://www.openstack.org/community/members/ [3] https://governance.openstack.org/tc/reference/projects/ [4] https://releases.openstack.org/%(last_release)s/schedule.html#p-extra-atcs @@ -318,7 +318,7 @@ openstack/election repository and approved by election officials. Thank you, -[1] http://governance.openstack.org/election/#how-to-submit-your-candidacy""" +[1] http://governance.openstack.org/election/#how-to-submit-a-candidacy""" print(email_text % (tc_fmt_args))