From 7fdee279c869c14df02403b02453c00f94b2629f Mon Sep 17 00:00:00 2001 From: Chris Hill-Scott Date: Wed, 31 Jan 2018 13:43:17 +0000 Subject: [PATCH] Open links to client documentation in a new tab MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit In research we saw developers having difficulty getting back to Notify once they’d navigated to the documentation. One way we think this might be alleviated is by keeping Notify open in the same tab, and having the documentation open in a new tab. It’s polite to tell users that this is going to happen. `rel=noopener` stops the site we’re redirecting people to (Github) have script access to the orginal Notify tab (see https://mathiasbynens.github.io/rel-noopener/ ) original Notify --- app/templates/views/documentation.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/app/templates/views/documentation.html b/app/templates/views/documentation.html index c59df7059..49a6e7ce4 100644 --- a/app/templates/views/documentation.html +++ b/app/templates/views/documentation.html @@ -10,14 +10,14 @@

Documentation

-

Use our API documentation to integrate with GOV.UK Notify using the following clients:

+

Integrate with the GOV.UK Notify API using one of our clients (links open in a new tab):

You can also find out about integration testing and the different types of API keys that you can use.