Skip to content

Commit f0a8f79

Browse files
committed
Use correct link and test
1 parent d485ff0 commit f0a8f79

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)