Skip to content

Commit

Permalink
configuration.go: fix developerPortal link (#960)
Browse files Browse the repository at this point in the history
  • Loading branch information
honahuku authored Dec 14, 2023
1 parent 61a1653 commit b901d73
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cmd/cloudflared/tunnel/configuration.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ import (
const secretValue = "*****"

var (
developerPortal = "https://developers.cloudflare.com/argo-tunnel"
serviceUrl = developerPortal + "/reference/service/"
argumentsUrl = developerPortal + "/reference/arguments/"
developerPortal = "https://developers.cloudflare.com/cloudflare-one/connections/connect-apps/install-and-setup"
serviceUrl = developerPortal + "/tunnel-guide/local/as-a-service/"
argumentsUrl = developerPortal + "/tunnel-guide/local/local-management/arguments/"

secretFlags = [2]*altsrc.StringFlag{credentialsContentsFlag, tunnelTokenFlag}

Expand Down

0 comments on commit b901d73

Please sign in to comment.