Skip to content

Commit fe21a21

Browse files
authored
Merge pull request #2501 from github/nora/polish-code-search-copy
Code search: Use correct link and text
2 parents bca8e8f + f0a8f79 commit fe21a21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extensions/ql-vscode/src/databases/ui/db-panel.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ export class DbPanel extends DisposableObject {
385385
const codeSearchQuery = await window.showInputBox({
386386
title: "GitHub Code Search",
387387
prompt:
388-
"Use [GitHub's Code Search syntax](https://docs.github.com/en/search-github/github-code-search/understanding-github-code-search-syntax), including code qualifiers, regular expressions, and boolean operations, to search for repositories.",
388+
"Use [GitHub's Code Search syntax](https://docs.github.com/en/search-github/searching-on-github/searching-code), to search for repositories.",
389389
placeHolder: "org:github",
390390
});
391391
if (codeSearchQuery === undefined || codeSearchQuery === "") {

0 commit comments

Comments
 (0)