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