Skip to content

Commit c8edde6

Browse files
authored
SYN-765: Attribution Logo Missing (#148)
* Updated location of attribution image hosting * Updated text ‘PATH_TO_THE_ORIGINAL_CONTENT_ON_THE_NHS_WEBSITE’
1 parent af49765 commit c8edde6

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

specification/nhs-website-content-api.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@ info:
3030
## Attribution
3131
Any syndicated content must incorporate the following attribution (credit) to the NHS website:
3232
33-
<img src="https://digital.nhs.uk/binaries/content/gallery/website/developer/api-catalogue/nhs-website-content/nhs-attribution.png" alt="Content supplied by the NHS website" width="801" height="157" style="width: 250px; height: 49px;" />
33+
<img src="https://assets.nhs.uk/nhsuk-cms/images/nhs-attribution.width-510.png" alt="Content supplied by the NHS website" width="510" height="99" style="width: 250px; height: 49px;" />
3434
3535
The logo should be clearly visible and in line with the associated content on every web page that contains the syndicated content. You should also link this logo to the relevant page on the NHS website that the content has been supplied from.
3636
3737
```
38-
<a href="https://www.nhs.uk/THE_PATH_TO_THE_ORIGINAL_CONTENT_GOES_HERE" target="_blank">
39-
<img src="https://digital.nhs.uk/binaries/content/gallery/website/developer/api-catalogue/nhs-website-content/nhs-attribution.png" alt="Content supplied by the NHS website" width="801" height="157" style="width: 250px; height: 49px;" />
38+
<a href="https://www.nhs.uk/PATH_TO_THE_ORIGINAL_CONTENT_ON_THE_NHS_WEBSITE" target="_blank">
39+
<img src="https://assets.nhs.uk/nhsuk-cms/images/nhs-attribution.width-510.png" alt="Content supplied by the NHS website" width="510" height="99" style="width: 250px; height: 49px;" />
4040
</a>
4141
```
4242
@@ -45,7 +45,7 @@ info:
4545
```
4646
"author": {
4747
"url": "https://www.nhs.uk",
48-
"logo": "https://digital.nhs.uk/binaries/content/gallery/website/developer/api-catalogue/nhs-website-content/nhs-attribution.png",
48+
"logo": "https://assets.nhs.uk/nhsuk-cms/images/nhs-attribution.width-510.png",
4949
"email": "nhswebsite.servicedesk@nhs.net",
5050
"@type": "Organization",
5151
"name": "NHS website"

0 commit comments

Comments
 (0)