Skip to content

Commit 0222980

Browse files
authored
lsif upload: Update upload status link (#633)
1 parent 76a34d2 commit 0222980

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/src/lsif_upload.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ func makeLSIFUploadURL(uploadID int) (string, error) {
197197
}
198198

199199
graphqlID := base64.URLEncoding.EncodeToString([]byte(fmt.Sprintf(`LSIFUpload:"%d"`, uploadID)))
200-
url.Path = lsifUploadFlags.repo + "/-/settings/code-intelligence/lsif-uploads/" + graphqlID
200+
url.Path = lsifUploadFlags.repo + "/-/code-intelligence/uploads/" + graphqlID
201201
url.User = nil
202202
return url.String(), nil
203203
}

0 commit comments

Comments
 (0)