mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-25 04:40:58 -05:00
Update links
One left to do
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
<h1 class="heading heading-large">Emails</h1>
|
||||
<p>Send an unlimited number of emails for free with GOV.UK Notify.</p>
|
||||
{% if not current_user.is_authenticated %}
|
||||
<p><a href="https://www.notifications.service.gov.uk/register">Create an account</a> and try Notify for yourself.</p>
|
||||
<p><a href="{{ url_for('main.register') }}">Create an account</a> and try Notify for yourself.</p>
|
||||
{% endif %}
|
||||
|
||||
<h2 class="heading heading-medium">Features</h2>
|
||||
@@ -27,7 +27,7 @@
|
||||
<li>personalise the content of your emails</li>
|
||||
<li>send and schedule bulk messages</li>
|
||||
</ul>
|
||||
<p>You can also <a href="https://www.notifications.service.gov.uk/documentation">integrate with our API</a> to send emails automatically.</p>
|
||||
<p>You can also <a href="{{ url_for('.documentation') }}">integrate with our API</a> to send emails automatically.</p>
|
||||
|
||||
<h3 class="heading heading-small">Email branding</h3>
|
||||
<p>Add your organisation's logo and brand colour to email templates.</p>
|
||||
@@ -43,7 +43,7 @@
|
||||
<li>email attachments are often marked as spam</li>
|
||||
</ul>
|
||||
<p><a href="https://www.notifications.service.gov.uk/support/ask-question-give-feedback">Contact the team</a> and ask us to turn this feature on for your service.</p>
|
||||
<p><a href="https://www.notifications.service.gov.uk/documentation">Read the API documentation</a> for more information.</p>
|
||||
<p><a href="{{ url_for('.documentation') }}">Read the API documentation</a> for more information.</p>
|
||||
|
||||
<h3 class="heading heading-small">Add a reply-to address</h3>
|
||||
<p>Notify lets you choose the email address that users reply to.</p>
|
||||
@@ -52,7 +52,7 @@
|
||||
|
||||
<h2 class="heading heading-medium">Pricing</h2>
|
||||
<p>It’s free to send emails through Notify.</p>
|
||||
<p><a href="https://www.notifications.service.gov.uk/pricing">See pricing</a> for more details.</p>
|
||||
<p><a href="{{ url_for('.pricing') }}">See pricing</a> for more details.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user