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 9a7667c commit 559304dCopy full SHA for 559304d
redirects.js
@@ -218,6 +218,10 @@ const developerDocsRedirects = [
218
219
/** @type {import('next/dist/lib/load-custom-routes').Redirect[]} */
220
const userDocsRedirects = [
221
+ {
222
+ source: '/organization/integrations/cloudflare-workers/',
223
+ destination: '/organization/integrations/cloud-monitoring/cloudflare-workers/',
224
+ },
225
{
226
source: '/account/require-2fa/',
227
destination: '/organization/authentication/two-factor-authentication/',
0 commit comments