Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/content/docs/sandbox/tutorials/code-review-bot.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ The `.dev.vars` file is automatically gitignored and only used during local deve

## 5. Expose local server with Cloudflare Tunnel

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

Start the development server:

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

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

## 6. Configure GitHub webhook for local testing
Expand Down
Loading