Skip to content

Commit 47da1f1

Browse files
authored
[Sandbox] Fix broken links (#25964)
1 parent acc16d4 commit 47da1f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/docs/sandbox/tutorials/code-review-bot.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ The `.dev.vars` file is automatically gitignored and only used during local deve
265265

266266
## 5. Expose local server with Cloudflare Tunnel
267267

268-
To test with real GitHub webhooks locally, use [Cloudflare Tunnel](/cloudflare-one/connections/connect-networks/) to expose your local development server.
268+
To test with real GitHub webhooks locally, use [Cloudflare Tunnel](/cloudflare-one/networks/connectors/cloudflare-tunnel/) to expose your local development server.
269269

270270
Start the development server:
271271

@@ -282,7 +282,7 @@ cloudflared tunnel --url http://localhost:8787
282282
This will output a public URL (for example, `https://example.trycloudflare.com`). Copy this URL for the next step.
283283

284284
:::note
285-
If you do not have `cloudflared` installed, refer to [Install cloudflared](/cloudflare-one/connections/connect-networks/downloads/).
285+
If you do not have `cloudflared` installed, refer to [Downloads](/cloudflare-one/networks/connectors/cloudflare-tunnel/downloads/).
286286
:::
287287

288288
## 6. Configure GitHub webhook for local testing

0 commit comments

Comments
 (0)