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

Commit

Permalink
Merge pull request #1900 from arunesh90/master
Browse files Browse the repository at this point in the history
Updated cloudflared download link
  • Loading branch information
Cass authored May 3, 2021
2 parents 828a88d + 1338090 commit 4d2b746
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 4d2b746

Please sign in to comment.