Skip to content

Commit d4251a3

Browse files
authored
Fix docs link in code tour (#27)
1 parent b5b988e commit d4251a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.tours/codeql-tutorial.tour

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"view": "codeQLDatabases"
1414
},
1515
{
16-
"description": "The CodeQL extension uses the CodeQL CLI to compile and run queries. It automatically manages access to the executable of the CLI for you.\n\nWe've already set it up to use in this tutorial. To learn more about the CodeQL CLI, see [the docs](https://codeql.github.com/).",
16+
"description": "The CodeQL extension uses the CodeQL CLI to compile and run queries. It automatically manages access to the executable of the CLI for you.\n\nWe've already set it up to use in this tutorial. To learn more about the CodeQL CLI, see [the docs](https://docs.github.com/en/code-security/codeql-cli).",
1717
"title": "The CodeQL CLI"
1818
},
1919
{

0 commit comments

Comments
 (0)