Skip to content

Commit 689c333

Browse files
cmsnav-747 Fix pagination URLs
1 parent ec756f4 commit 689c333

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

specification/components/examples/ConditionsHealthAToZ.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -133,21 +133,21 @@
133133
"relatedLink": [
134134
{
135135
"@type": "LinkRole",
136-
"url": "https://www.nhs.uk/tests-and-treatments/?page=1",
136+
"url": "https://www.nhs.uk/conditions/?page=1",
137137
"name": "First Page",
138138
"description": "Link to First Page",
139139
"linkRelationship": "Pagination"
140140
},
141141
{
142142
"@type": "LinkRole",
143-
"url": "https://www.nhs.uk/tests-and-treatments/?page=1",
143+
"url": "https://www.nhs.uk/conditions/?page=1",
144144
"name": "Last Page",
145145
"description": "Link to Last Page",
146146
"linkRelationship": "Pagination"
147147
},
148148
{
149149
"@type": "LinkRole",
150-
"url": "https://www.nhs.uk/tests-and-treatments/",
150+
"url": "https://www.nhs.uk/conditions/",
151151
"name": "Self",
152152
"description": "Link to nhs.uk Page",
153153
"linkRelationship": "Self"

specification/components/examples/MedicinesAToZ.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,21 +74,21 @@
7474
"relatedLink": [
7575
{
7676
"@type": "LinkRole",
77-
"url": "https://www.nhs.uk/symptoms/?page=1",
77+
"url": "https://www.nhs.uk/medicines/?page=1",
7878
"name": "First Page",
7979
"description": "Link to First Page",
8080
"linkRelationship": "Pagination"
8181
},
8282
{
8383
"@type": "LinkRole",
84-
"url": "https://www.nhs.uk/symptoms/?page=1",
84+
"url": "https://www.nhs.uk/medicines/?page=1",
8585
"name": "Last Page",
8686
"description": "Link to Last Page",
8787
"linkRelationship": "Pagination"
8888
},
8989
{
9090
"@type": "LinkRole",
91-
"url": "https://www.nhs.uk/symptoms/",
91+
"url": "https://www.nhs.uk/medicines/",
9292
"name": "Self",
9393
"description": "Link to nhs.uk Page",
9494
"linkRelationship": "Self"

0 commit comments

Comments
 (0)