mirror of
https://github.com/coder/coder.git
synced 2025-07-15 22:20:27 +00:00
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:
@ -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)
|
||||
|
Reference in New Issue
Block a user