From 0783d31ff14bab44a5b3c56113f257ee6017f393 Mon Sep 17 00:00:00 2001 From: Shereef Marzouk Date: Sun, 23 Mar 2025 05:13:12 -0300 Subject: [PATCH] Update tunnel configuration link in the readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2280464e..76bb0ba2 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ User documentation for Cloudflare Tunnel can be found at https://developers.clou Once installed, you can authenticate `cloudflared` into your Cloudflare account and begin creating Tunnels to serve traffic to your origins. -* Create a Tunnel with [these instructions](https://developers.cloudflare.com/cloudflare-one/connections/connect-apps/create-tunnel) +* Create a Tunnel with [these instructions](https://developers.cloudflare.com/cloudflare-one/connections/connect-networks/get-started/) * Route traffic to that Tunnel: * Via public [DNS records in Cloudflare](https://developers.cloudflare.com/cloudflare-one/connections/connect-apps/routing-to-tunnel/dns) * Or via a public hostname guided by a [Cloudflare Load Balancer](https://developers.cloudflare.com/cloudflare-one/connections/connect-apps/routing-to-tunnel/lb)