Skip to content
This repository has been archived by the owner on Aug 3, 2023. It is now read-only.

Updated cloudflared download link #1900

Merged
merged 1 commit into from
May 3, 2021
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
2 changes: 1 addition & 1 deletion src/tail/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ impl Tail {
fn is_cloudflared_installed() -> Result<()> {
// this can be removed once we automatically install cloudflared
if which("cloudflared").is_err() {
let install_url = style("https://developers.cloudflare.com/argo-tunnel/downloads/")
let install_url = style("https://developers.cloudflare.com/cloudflare-one/connections/connect-apps/install-and-setup/installation")
.blue()
.bold();
anyhow::bail!("You must install cloudflared to use wrangler tail.\n\nInstallation instructions can be found here:\n{}", install_url);
Expand Down