From 9a884dff81caa05f2bbb988164bbc59e73222b09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lu=C3=ADs=20Cardoso?= Date: Thu, 4 Jun 2026 17:35:24 +0100 Subject: [PATCH] [Workers] Update routes.mdx Hello team, Can we update this doc as per dash menu? Thanks. --- .../docs/workers/configuration/routing/routes.mdx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/content/docs/workers/configuration/routing/routes.mdx b/src/content/docs/workers/configuration/routing/routes.mdx index 20b9d86b283..80cde169887 100644 --- a/src/content/docs/workers/configuration/routing/routes.mdx +++ b/src/content/docs/workers/configuration/routing/routes.mdx @@ -47,14 +47,14 @@ Before you set up a route, make sure you have a DNS record set up for the [domai To set up a route in the dashboard: -1. In the Cloudflare dashboard, go to the **Workers & Pages** page. +1. In the Cloudflare dashboard, go to the **Compute** > **Workers & Pages** page. -2. In **Overview**, select your Worker. -3. Go to **Settings** > **Domains & Routes** > **Add** > **Route**. -4. Select the zone and enter the route pattern. -5. Select **Add route**. +2. Select your Worker. +3. Go to **Domains** > **Add Domain**. +4. Select the zone and then **Route pattern**. +5. Enter the route pattern and select **Add route**. ### Set up a route in the Wrangler configuration file