diff --git a/tooling/common-config/netlify.toml b/tooling/common-config/netlify.toml index 06e77c3f2..37c90b54a 100644 --- a/tooling/common-config/netlify.toml +++ b/tooling/common-config/netlify.toml @@ -41,8 +41,8 @@ to = "https://docs.google.com/document/d/1kZajo6tnEkHz_KPycPxK0rWyPJezjPNte_q9GF status = 302 [[redirects]] -from = "/trainee-expenses-docs" -to = "https://docs.google.com/document/d/1UuPLflvuSED3XczbzGzgj2utwzXbWP-fxKMkqLaqHo4/edit?tab=t.0#heading=h.7pmxr8snfzh5" +from = "/eligibility-docs/how-is-proficient-in-english-defined" +to = "https://docs.google.com/document/d/1a_BqRRdLOVRHXFDm8HO9riTAr_8M1AFCa2FO2QBd6pg/edit?tab=t.0#heading=h.iyb4okjnzq3p" status = 302 [[redirects]] @@ -50,6 +50,11 @@ from = "/eligibility-docs/how-is-distance-defined" to = "https://docs.google.com/document/d/1fENlfajRRTQbxkv5FOvEozs0tu2iRhjRC5VUlpKZVpE/edit?tab=t.0#heading=h.x52toiidficj" status = 302 +[[redirects]] +from = "/trainee-expenses-docs" +to = "https://docs.google.com/document/d/1UuPLflvuSED3XczbzGzgj2utwzXbWP-fxKMkqLaqHo4/edit?tab=t.0#heading=h.7pmxr8snfzh5" +status = 302 + [functions] directory = "tooling/netlify/functions" external_node_modules = ["node-fetch"]