Skip to content

Commit 41ec9ae

Browse files
authored
Update troubleshooting link URL (#544)
1 parent 5df0445 commit 41ec9ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/src/batch_common.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -497,7 +497,7 @@ func printExecutionError(out *output.Output, err error) {
497497
out.Write("")
498498

499499
block := out.Block(output.Line(output.EmojiLightbulb, output.StyleSuggestion, "The troubleshooting documentation can help to narrow down the cause of the errors:"))
500-
block.WriteLine(output.Line("", output.StyleSuggestion, "https://docs.sourcegraph.com/batch-changes/references/troubleshooting"))
500+
block.WriteLine(output.Line("", output.StyleSuggestion, "https://docs.sourcegraph.com/batch_changes/references/troubleshooting"))
501501
block.Close()
502502
}
503503

0 commit comments

Comments
 (0)