We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46c900a commit e60914eCopy full SHA for e60914e
src/middleware.ts
@@ -151,6 +151,13 @@ const USER_DOCS_REDIRECTS: Redirect[] = [
151
from: '/organization/integrations/jam/',
152
to: '/organization/integrations/session-replay/jam/',
153
},
154
+ {
155
+ from: '/product/integrations/cased/',
156
+ to: '/product/integrations/notification-incidents/cased/',
157
+ }, {
158
+ from: '/product/integrations/starsling-dev/',
159
+ to: '/product/integrations/issue-tracking/starsling-dev/',
160
+ },
161
{
162
from: '/organization/integrations/kitemaker/',
163
to: '/organization/integrations/issue-tracking/kitemaker/',
0 commit comments