Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f32b11 commit fb71cb5Copy full SHA for fb71cb5
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