Skip to content

Commit

Permalink
Merge remote-tracking branch 'mdeuk/ico-link-change'
Browse files Browse the repository at this point in the history
  • Loading branch information
garethrees committed Nov 28, 2023
2 parents 1bcb772 + 06c190a commit d9bde26
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion lib/config/wdtk-routes.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,12 @@
get '/help/report-a-data-breach/thank-you' => 'help#report_a_data_breach_thank_you',
as: :help_report_a_data_breach_thank_you

get "/help/ico-guidance-for-authorities" => redirect("https://ico.org.uk/media/for-organisations/documents/how-to-disclose-information-safely-removing-personal-data-from-information-requests-and-datasets/2013958/how-to-disclose-information-safely.pdf"),
get "/help/ico-guidance-for-authorities" => redirect("https://ico.org.uk/media/for-organisations/documents/2021/2618998/how-to-disclose-information-safely-20201224.pdf"),
as: :ico_guidance

get "/help/microsoft-hidden-data" => redirect("http://support.microsoft.com/en-us/office/remove-hidden-data-and-personal-information-by-inspecting-documents-presentations-or-workbooks-356b7b5d-77af-44fe-a07f-9aa4d085966f#ID0EBBD=Excel"),
as: :excel_guidance

get "/help/ico-anonymisation-code" => redirect("https://ico.org.uk/media/1061/anonymisation-code.pdf"),
as: :ico_anonymisation_code

Expand Down

0 comments on commit d9bde26

Please sign in to comment.