Fix links

This commit is contained in:
Chris Hill-Scott
2020-01-22 14:24:58 +00:00
parent 8e5d11c70e
commit 80fe15f517
5 changed files with 12 additions and 12 deletions

View File

@@ -27,7 +27,7 @@
<h2 class="heading-medium" id="personalised-messages">Personalised content</h2>
<p>Notify makes it easy to send personalised messages from a single template.</p>
<p>See <a href="{{ url_for('.edit-and-format-messages', _anchor='personalised-content') }}">how to personalise your content</a>.</p>
<p>See <a href="{{ url_for('.guidance', slug='edit-and-format-messages', _anchor='personalised-content') }}">how to personalise your content</a>.</p>
<h2 class="heading-medium" id="bulk-sending">Bulk sending</h2>
<p>To send a batch of messages at once, upload a list of contact details to Notify. If youre sending emails and text messages, you can also schedule the date and time you want them to be sent.</p>

View File

@@ -24,7 +24,7 @@
<h3 class="heading heading-small" id="branding">Email branding</h3>
<p>Add your organisations logo and brand colour to email templates.</p>
<p>See <a href="{{ url_for('.branding-and-customisation', _anchor='email-branding') }}">how to change your email branding</a>.</p>
<p>See <a href="{{ url_for('.guidance', slug='branding-and-customisation', _anchor='email-branding') }}">how to change your email branding</a>.</p>
<h3 class="heading heading-small" id="send-files">Send files by email</h3>
<p>Notify offers a safe and reliable way to send files by email.</p>
@@ -41,7 +41,7 @@
<h3 class="heading heading-small" id="reply-to">Add a reply-to address</h3>
<p>Notify lets you choose the email address that users reply to.</p>
<p>Emails with a reply-to address seem more trustworthy and are less likely to be labelled as spam.</p>
<p>See <a href="{{ url_for('.branding-and-customisation'), _anchor='reply-to-address' }}">how to add a reply-to address</a>.</p>
<p>See <a href="{{ url_for('.guidance', slug='branding-and-customisation', _anchor='reply-to-address') }}">how to add a reply-to address</a>.</p>
<h2 class="heading heading-medium">Pricing</h2>
<p>Its free to send emails through Notify.</p>

View File

@@ -29,11 +29,11 @@
<h3 class="heading-small" id="branding">Branding</h3>
<p>Add your organisations logo to your letter templates.</p>
<p>See <a href="{{ url_for('.branding-and-customisation', _anchor='letter-branding') }}">how to change your letter branding</a>.</p>
<p>See <a href="{{ url_for('.guidance', slug='branding-and-customisation', _anchor='letter-branding') }}">how to change your letter branding</a>.</p>
<h3 class="heading heading-small" id="upload-letters">Upload your own letters</h3>
<p>You can create reusable letter templates in Notify, or upload and send your own letters with the Notify API.</p>
<p>See <a href="{{ url_for('.upload-a-letter') }}">how to upload a letter</a>.</p>
<p>See <a href="{{ url_for('.guidance', slug='upload-a-letter') }}">how to upload a letter</a>.</p>
<p>Or, if youre using our API, read our <a href="{{ url_for('.documentation') }}">documentation</a>.</p>
<h2 class="heading heading-medium">Pricing</h2>

View File

@@ -28,7 +28,7 @@
<h3 class="heading heading-small" id="sender">Show people who your texts are from</h3>
<p>When you send a text message with Notify, the sender name tells people who it's from.</p>
<p>See <a href="{{ url_for('.branding-and-customisation', _anchor='text-message-sender') }}">how to change the text message sender</a>.</p>
<p>See <a href="{{ url_for('.guidance', slug='branding-and-customisation', _anchor='text-message-sender') }}">how to change the text message sender</a>.</p>
<h2 class="heading heading-medium">Pricing<h2>
<p>Each service you add has a free annual allowance. After that it costs 1.58 pence (plus VAT) to send a text to a UK number.</p>

View File

@@ -15,11 +15,11 @@
<p>It explains how to:</p>
<ul class="list list-bullet">
<li><a href="{{ url_for('.create-and-send-messages') }}">create and send messages</a></li>
<li><a href="{{ url_for('.edit-and-format-messages') }}">edit and format messages</a></li>
<li><a href="{{ url_for('.send-files-by-email') }}">send files by email</a></li>
<li><a href="{{ url_for('.upload-a-letter') }}">upload your own letters</a></li>
<li>add <a href="{{ url_for('.branding-and-customisation') }}">branding and customisation</a></li>
<li><a href="{{ url_for('.guidance', slug='create-and-send-messages') }}">create and send messages</a></li>
<li><a href="{{ url_for('.guidance', slug='edit-and-format-messages') }}">edit and format messages</a></li>
<li><a href="{{ url_for('.guidance', slug='send-files-by-email') }}">send files by email</a></li>
<li><a href="{{ url_for('.guidance', slug='upload-a-letter') }}">upload your own letters</a></li>
<li>add <a href="{{ url_for('.guidance', slug='branding-and-customisation') }}">branding and customisation</a></li>
</ul>
{% endblock %}