Fix links

Swap dashes for underscores and add `main.`
This commit is contained in:
karlchillmaid
2021-11-30 12:30:05 +00:00
committed by GitHub
parent 47aaeaf05a
commit 9277adab48

View File

@@ -20,10 +20,10 @@
<ul class="list list-bullet">
<li>Meet our targets for <a class="govuk-link govuk-link--no-visited-state" href="{{url_for('.accessibility_statement')}}">accessibility</a></li>
<li>Explore how we can make it easier for new teams to <a class="govuk-link govuk-link--no-visited-state" href="{{url_for('.get_started')}}">start using Notify</a></li>
<li>Explore ways to improve the quarterly <a class="govuk-link govuk-link--no-visited-state" href="{{url_for('.how-to-pay')}}">billing and invoicing</a> process</li>
<li>Design a way for services to upload their own logo and <a class="govuk-link govuk-link--no-visited-state" href="{{url_for('.branding-and-customisation')}}">branding for emails and letters</a></li>
<li>Meet our targets for <a class="govuk-link govuk-link--no-visited-state" href="{{url_for('main.accessibility_statement')}}">accessibility</a></li>
<li>Explore how we can make it easier for new teams to <a class="govuk-link govuk-link--no-visited-state" href="{{url_for('main.get_started')}}">start using Notify</a></li>
<li>Explore ways to improve the quarterly <a class="govuk-link govuk-link--no-visited-state" href="{{url_for('main.how_to_pay')}}">billing and invoicing</a> process</li>
<li>Design a way for services to upload their own logo and <a class="govuk-link govuk-link--no-visited-state" href="{{url_for('main.branding_and_customisation')}}">branding for emails and letters</a></li>
<li>Prototype new ways to <a class="govuk-link govuk-link--no-visited-state" href="https://gds.blog.gov.uk/2020/08/18/can-gov-uk-notify-help-the-public-sector-write-better-emails-text-messages-and-letters/">help teams write cheaper, more effective messages</li>
<li>Upgrade some of the software we use to more recent versions</li>