Skip to content

Commit

Permalink
Safeguarding redirects
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesdoc committed Nov 13, 2024
1 parent 0c91fba commit eb6cb93
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ from = "/giving"
to = "/get-involved/giving/"
status = 302

[[redirects]]
from = "/safeguarding"
to = "/about/policies/safeguarding/"
status = 302

[[redirects]]
from = "/privacy"
to = "/about/policies/our-privacy-policy/"
Expand Down

0 comments on commit eb6cb93

Please sign in to comment.