mirror of
https://github.com/coder/coder.git
synced 2025-03-14 10:09:57 +00:00
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:
committed by
GitHub
parent
2f32b11831
commit
fb71cb5f96
@ -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