Merge pull request #1017 from alphagov/quis-patch-1

Remove links from example URLs
This commit is contained in:
Chris Hill-Scott
2016-11-10 11:12:49 +01:00
committed by GitHub

View File

@@ -126,8 +126,8 @@ Information security guidelines GOV.UK Notify
<p>There are additional rules that apply specifically to links.</p>
<ol class="list list-number">
<li>Links must point to a .gov.uk domain for example, <a href="https://www.gov.uk">https://www.gov.uk</a> or <a href="https://www.armslengthbody.gov.uk">https://www.armslengthbody.gov.uk</a>.</li>
<li>Links must show the URL in full for example <a href="https://www.gov.uk/vehicle-tax">https://www.gov.uk/vehicle-tax</a>, not <a href="https://www.gov.uk/vehicle-tax">Vehicle tax</a>.</li>
<li>Links must point to a .gov.uk domain for example, https://www.gov.uk or https://www.armslengthbody.gov.uk.</li>
<li>Links must show the URL in full for example https://www.gov.uk/vehicle-tax, not gov.uk/vehicle-tax.</li>
<li>Dont use redirects or tracking links disguising the URL makes phishing easier. Just show the URL in full.</li>
<li>Dont link directly to a sign-in page this is a request for personal data. If the user needs to sign in to your service, link to your start page on GOV.UK.</li>
<li>Its OK to deep-link into your service, as long as the user doesnt have to sign in to view the information or take action.</li>