Skip to content

Commit

Permalink
added redirections for matrix pages
Browse files Browse the repository at this point in the history
  • Loading branch information
adpare committed Sep 11, 2024
1 parent aba55e7 commit 71c8670
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions modules/redirections/redirections.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]

0 comments on commit 71c8670

Please sign in to comment.