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 1f75b18 commit ba6ca49Copy full SHA for ba6ca49
redirects.js
@@ -266,6 +266,18 @@ const developerDocsRedirects = [
266
267
/** @type {import('next/dist/lib/load-custom-routes').Redirect[]} */
268
const userDocsRedirects = [
269
+ {
270
+ source: '/integrations/cursor/',
271
+ destination: '/organization/integrations/cursor/',
272
+ },
273
274
+ source: '/concepts/data-management/advanced-datascrubbing/',
275
+ destination: '/security-legal-pii/scrubbing/advanced-datascrubbing/',
276
277
278
+ source: '/organization/integrations/height/',
279
+ destination: '/organization/integrations/issue-tracking/height/',
280
281
{
282
source: '/organization/integrations/rootly/',
283
destination: '/organization/integrations/notification-incidents/rootly/',
0 commit comments