fix(tunnels): update cloudflared download link

This commit is contained in:
Ayoub Achour
2026-08-27 04:10:09 +01:00
parent 2a1c10cb3e
commit 61741e58c4
5 changed files with 15 additions and 4 deletions
@@ -205,7 +205,7 @@ const getFallbackInstallCommand = (provider: string, platform = getClientInstall
if (platform === 'darwin') {
return 'brew install cloudflared';
}
return 'https://developers.cloudflare.com/cloudflare-one/networks/connectors/cloudflared/downloads/';
return 'https://developers.cloudflare.com/cloudflare-one/networks/connectors/cloudflare-tunnel/downloads/';
};
const createTunnelDependencyInstallInfo = (provider: string, checkData?: TunnelCheckResponse): TunnelDependencyInstallInfo => {