fix: fix broken troubleshooting link (#16469)

Fixes: https://github.com/coder/coder/issues/16468

The troubleshooting link was not updated after moving around docs.
This commit is contained in:
Marcin Tojek
2025-02-06 09:11:30 +01:00
committed by GitHub
parent cff89fbf23
commit 5fbedc74f3

View File

@ -159,7 +159,7 @@ func (r *RootCmd) ping() *serpent.Command {
LocalNetInfo: ni,
Verbose: r.verbose,
PingP2P: didP2p,
TroubleshootingURL: appearanceConfig.DocsURL + "/networking/troubleshooting",
TroubleshootingURL: appearanceConfig.DocsURL + "/admin/networking/troubleshooting",
}
awsRanges, err := cliutil.FetchAWSIPRanges(diagCtx, cliutil.AWSIPRangesURL)