fix: fix broken troubleshooting link (cherry-pick #16469) (#16472)

Co-authored-by: Marcin Tojek <mtojek@users.noreply.github.com>
fix: fix broken troubleshooting link (#16469)
Fixes: https://github.com/coder/coder/issues/16468
This commit is contained in:
gcp-cherry-pick-bot[bot]
2025-02-06 14:51:07 +05:00
committed by GitHub
parent 2f32b11831
commit fb71cb5f96

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)