ThemeNHS Choices
Type

URL Links

Available from


Overview

The NHS Choices Layer links are set to HTTP by default. Changing these to HTTPS is not that difficult as an extra Workflow Task can be added to the NHS Choices Job to change the links from HTTP to HTTPS. 

Step-by-step guide

UPDATE nhschoices_all SET link = replace(link, 'http:', 'https:') where lower(link) not like 'https%' and lower(link) like 'http%

You may need to change the name of the table (nhschoices_all) if yours is called something different when you created the Task to download the NHS Choices data.

If you also wish to change the Image link for the NHS Choices logo in My House to be HTTPS then this is done from your My House NHS Choices Virtual Layer Configuration in the Row Settings e.g.

<img src="https://www.nhs.uk/img/header/choices-logo.gif" alt="" /><p>Data supplied by <a href="https://www.nhs.uk" target="_blank">NHS Choices</a></p>