Skip to content

Commit fb71cb5

Browse files
fix: fix broken troubleshooting link (cherry-pick coder#16469) (coder#16472)
Co-authored-by: Marcin Tojek <mtojek@users.noreply.github.com> fix: fix broken troubleshooting link (coder#16469) Fixes: coder#16468
1 parent 2f32b11 commit fb71cb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/ping.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ func (r *RootCmd) ping() *serpent.Command {
159159
LocalNetInfo: ni,
160160
Verbose: r.verbose,
161161
PingP2P: didP2p,
162-
TroubleshootingURL: appearanceConfig.DocsURL + "/networking/troubleshooting",
162+
TroubleshootingURL: appearanceConfig.DocsURL + "/admin/networking/troubleshooting",
163163
}
164164

165165
awsRanges, err := cliutil.FetchAWSIPRanges(diagCtx, cliutil.AWSIPRangesURL)

0 commit comments

Comments
 (0)