Skip to content

Commit

Permalink
Fix broken code-intel link (#882)
Browse files Browse the repository at this point in the history
  • Loading branch information
philipp-spiess authored Nov 7, 2022
1 parent 009c879 commit 7063f48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/src/code_intel_upload.go
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ func filterLSIFUnauthorizedError(out *output.Output, err error) error {
return errorWithHint{err: err, hint: strings.Join(mergeStringSlices(
[]string{"This Sourcegraph instance has enforced auth for LSIF uploads."},
actionableHints,
[]string{"For more details, see https://docs.sourcegraph.com/cli/references/lsif/upload."},
[]string{"For more details, see https://docs.sourcegraph.com/cli/references/code-intel/upload."},
), "\n")}
}

Expand Down

0 comments on commit 7063f48

Please sign in to comment.