Skip to content

Commit bda92c3

Browse files
authored
APSR-1937 Update ICO link from privacy page (#522)
* APSR-1937 Update ICO link from privacy page * APSR-1937 PR bot actions
1 parent 7b489aa commit bda92c3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/uk/gov/hmrc/apidocumentation/views/PrivacyView.scala.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ <h2 class="govuk-heading-m">How to object or make a complaint</h2>
189189
our <a class="govuk-link" href="/developer/support">support team</a>.
190190
</p>
191191
<p class="govuk-body">You'll get a confirmation that we have received your complaint within 5 days and a full answer within 20 days. We will tell you if there is going to be a delay.</p>
192-
<p class="govuk-body">If you're unhappy with the answer or need any advice, <a class="govuk-link" href="https://ico.org.uk/concerns/getting/" target="_blank" rel="noopener noreferrer">contact the Information Commissioner's Office (ICO) (opens in a new tab).</a></p>
192+
<p class="govuk-body">If you're unhappy with the answer or need any advice, <a class="govuk-link" href="https://ico.org.uk" target="_blank" rel="noopener noreferrer">contact the Information Commissioner's Office (ICO) (opens in a new tab).</a></p>
193193
<p class="govuk-body">The ICO can investigate your complaint and take action against anyone who has misused personal data.</p>
194194
</section>
195195
}

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ resolvers += MavenRepository("HMRC-open-artefacts-maven2", "https://open.artefac
22
resolvers += Resolver.url("HMRC-open-artefacts-ivy2", url("https://open.artefacts.tax.service.gov.uk/ivy2"))(Resolver.ivyStylePatterns)
33
resolvers += Resolver.typesafeRepo("releases")
44

5-
addSbtPlugin("uk.gov.hmrc" % "sbt-auto-build" % "3.22.0")
5+
addSbtPlugin("uk.gov.hmrc" % "sbt-auto-build" % "3.23.0")
66
addSbtPlugin("uk.gov.hmrc" % "sbt-distributables" % "2.5.0")
77
addSbtPlugin("uk.gov.hmrc" % "sbt-test-report" % "1.2.0")
88
addSbtPlugin("org.playframework" % "sbt-plugin" % "3.0.4")

0 commit comments

Comments
 (0)