diff --git a/tooling/common-config/netlify.toml b/tooling/common-config/netlify.toml index 6f1ab0ff8..06e77c3f2 100644 --- a/tooling/common-config/netlify.toml +++ b/tooling/common-config/netlify.toml @@ -35,6 +35,21 @@ from = "/eligibility-docs" to = "https://docs.google.com/document/d/1xyNGdHm2qJL5T3z3iQIk9fO9rzwaTbhG92s-wb0YhT8/edit" status = 302 +[[redirects]] +from = "/eligibility-docs/how-is-income-defined" +to = "https://docs.google.com/document/d/1kZajo6tnEkHz_KPycPxK0rWyPJezjPNte_q9GF4VVV4/edit?tab=t.0#heading=h.54j2vkidmpne" +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 + +[[redirects]] +from = "/eligibility-docs/how-is-distance-defined" +to = "https://docs.google.com/document/d/1fENlfajRRTQbxkv5FOvEozs0tu2iRhjRC5VUlpKZVpE/edit?tab=t.0#heading=h.x52toiidficj" +status = 302 + [functions] directory = "tooling/netlify/functions" external_node_modules = ["node-fetch"]