From 71c8670a22f73e37a6333858999946764ad9a5ac Mon Sep 17 00:00:00 2001 From: adpare Date: Wed, 11 Sep 2024 10:53:21 -0400 Subject: [PATCH] added redirections for matrix pages --- modules/redirections/redirections.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/modules/redirections/redirections.json b/modules/redirections/redirections.json index 21beaa32d9e..fdaf41c93fa 100644 --- a/modules/redirections/redirections.json +++ b/modules/redirections/redirections.json @@ -343,5 +343,20 @@ "title" : "Contact Redirect", "from" : "contact", "to" : "/resources/engage-with-attack/contact/" + }, + { + "title" : "Office 365 Redirect", + "from" : "matrices/enterprise/cloud/office365", + "to" : "/matrices/enterprise/cloud/officesuite" + }, + { + "title" : "Google Workspace Redirect", + "from" : "matrices/enterprise/cloud/googleworkspace", + "to" : "/matrices/enterprise/cloud/officesuite" + }, + { + "title" : "Identity Provider redirect", + "from" : "matrices/enterprise/cloud/azuread", + "to" : "/matrices/enterprise/cloud/identityproviders" } ] \ No newline at end of file