We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cff89fb commit 5fbedc7Copy full SHA for 5fbedc7
cli/ping.go
@@ -159,7 +159,7 @@ func (r *RootCmd) ping() *serpent.Command {
159
LocalNetInfo: ni,
160
Verbose: r.verbose,
161
PingP2P: didP2p,
162
- TroubleshootingURL: appearanceConfig.DocsURL + "/networking/troubleshooting",
+ TroubleshootingURL: appearanceConfig.DocsURL + "/admin/networking/troubleshooting",
163
}
164
165
awsRanges, err := cliutil.FetchAWSIPRanges(diagCtx, cliutil.AWSIPRangesURL)
0 commit comments