Skip to content

Commit

Permalink
fix: change the href of privacy statement links in the footer
Browse files Browse the repository at this point in the history
  • Loading branch information
mattb-hippo committed Nov 14, 2024
1 parent e53c4e7 commit e2f6e75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Childrens-Social-Care-CPD/Views/Shared/_ErrorLayout.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
<h2 class="govuk-visually-hidden">Footer links</h2>
<ul class="govuk-footer__inline-list">
<li class="govuk-footer__inline-list-item">
<a class="govuk-footer__link" datatestid="Privacy policy" href="/privacy">
<a class="govuk-footer__link" datatestid="Privacy policy" href="https://www.gov.uk/government/publications/privacy-information-business-contacts-and-stakeholders/privacy-information-business-contacts-and-stakeholders#using-your-data-to-carry-out-research">
Privacy policy
</a>
</li>
Expand Down
2 changes: 1 addition & 1 deletion Childrens-Social-Care-CPD/Views/Shared/_Footer.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<h2 class="govuk-visually-hidden">Footer links</h2>
<ul class="govuk-footer__inline-list">
<li class="govuk-footer__inline-list-item">
<a class="govuk-footer__link" datatestid="Privacy policy" href="/privacy">
<a class="govuk-footer__link" datatestid="Privacy policy" href="https://www.gov.uk/government/publications/privacy-information-business-contacts-and-stakeholders/privacy-information-business-contacts-and-stakeholders#using-your-data-to-carry-out-research">
Privacy policy
</a>
</li>
Expand Down

0 comments on commit e2f6e75

Please sign in to comment.