Skip to content

Commit 5fbedc7

Browse files
authored
fix: fix broken troubleshooting link (#16469)
Fixes: #16468 The troubleshooting link was not updated after moving around docs.
1 parent cff89fb commit 5fbedc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/ping.go

+1-1
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)