diff --git a/docs/organization/integrations/cloud-monitoring/cloudflare-workers/index.mdx b/docs/organization/integrations/cloud-monitoring/cloudflare-workers/index.mdx
index bdda1d71e46f48..7a712fef3690bd 100644
--- a/docs/organization/integrations/cloud-monitoring/cloudflare-workers/index.mdx
+++ b/docs/organization/integrations/cloud-monitoring/cloudflare-workers/index.mdx
@@ -4,18 +4,3 @@ sidebar_order: 1
description: "Learn more about how you can use Sentry to monitor errors in your Cloudflare Workers applications."
---
-Cloudflare Workers allow you to deploy serverless applications instantly across the globe with exceptional performance, reliability, and scale.
-
-This integration is maintained and supported by the company that created it. For more details or questions, please contact Cloudflare through their support portal: https://developers.cloudflare.com/support/contacting-cloudflare-support/
-
-## Install and Configure
-
-
-
-Sentry owner, manager, or admin permissions are required to install this integration.
-
-
-
-1. Navigate to **Settings > Integrations > Cloudflare Workers**
-
-2. Follow the full [Cloudflare Workers installation instructions](https://developers.cloudflare.com/workers/observability/sentry-integration/).
diff --git a/docs/platforms/javascript/guides/cloudflare/index.mdx b/docs/platforms/javascript/guides/cloudflare/index.mdx
index 37f7fe95aa40a6..c8ca440255500e 100644
--- a/docs/platforms/javascript/guides/cloudflare/index.mdx
+++ b/docs/platforms/javascript/guides/cloudflare/index.mdx
@@ -11,12 +11,12 @@ categories:
Use this guide for general instructions on using the Sentry SDK with Cloudflare. If you're using any of the listed frameworks, follow their specific setup instructions:
-- **[Astro](frameworks/astro/)**
-- **[Hono](frameworks/hono/)**
-- **[Hydrogen](frameworks/hydrogen-react-router/)**
-- **[Nuxt](frameworks/nuxt/)**
-- **[Remix](frameworks/remix/)**
-- **[SvelteKit](frameworks/sveltekit/)**
+- **[Astro](/platforms/javascript/guides/cloudflare/frameworks/astro/)**
+- **[Hono](/platforms/javascript/guides/cloudflare/frameworks/hono/)**
+- **[Hydrogen](/platforms/javascript/guides/cloudflare/frameworks/hydrogen-react-router/)**
+- **[Nuxt](/platforms/javascript/guides/cloudflare/frameworks/nuxt/)**
+- **[Remix](/platforms/javascript/guides/cloudflare/frameworks/remix/)**
+- **[SvelteKit](/platforms/javascript/guides/cloudflare/frameworks/sveltekit/)**
diff --git a/redirects.js b/redirects.js
index e0f2607a42b0b4..b3cd02572d8ebb 100644
--- a/redirects.js
+++ b/redirects.js
@@ -264,7 +264,7 @@ const userDocsRedirects = [
},
{
source: '/organization/integrations/cloudflare-workers/',
- destination: '/organization/integrations/cloud-monitoring/cloudflare-workers/',
+ destination: '/platforms/javascript/guides/cloudflare/',
},
{
source: '/account/require-2fa/',
diff --git a/src/middleware.ts b/src/middleware.ts
index bb97ba75782364..4afe9c04a4a17f 100644
--- a/src/middleware.ts
+++ b/src/middleware.ts
@@ -289,6 +289,10 @@ const USER_DOCS_REDIRECTS: Redirect[] = [
from: '/organization/integrations/jam/',
to: '/organization/integrations/session-replay/jam/',
},
+ {
+ from: '/organization/integrations/cloud-monitoring/cloudflare-workers/',
+ to: '/platforms/javascript/guides/cloudflare/',
+ },
{
from: '/product/crons/getting-started/cli/',
to: '/cli/crons/',
@@ -2041,7 +2045,7 @@ const USER_DOCS_REDIRECTS: Redirect[] = [
},
{
from: '/product/integrations/cloudflare-workers/',
- to: '/organization/integrations/cloud-monitoring/cloudflare-workers/',
+ to: '/platforms/javascript/guides/cloudflare/',
},
{
from: '/product/integrations/vanta/',