Skip to content

Commit 58a2677

Browse files
authored
Merge pull request #8860 from github/jf205-patch-1
Fix broken link in analyzing-databases-with-the-codeql-cli.rst
2 parents 73886b1 + 5a7043f commit 58a2677

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/codeql/codeql-cli/analyzing-databases-with-the-codeql-cli.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ you could use the following command from the directory containing your database:
147147

148148
The analysis generates a file in the v2.1.0 SARIF format that is supported by all versions of GitHub.
149149
This file can be uploaded to GitHub by executing ``codeql github upload-results`` or the code scanning API.
150-
For more information, see `Analyzing a CodeQL database <https://docs.github.com/en/code-security/secure-coding/configuring-codeql-cli-in-your-ci-system#analyzing-a-codeql-database>`__
150+
For more information, see `Analyzing a CodeQL database <https://docs.github.com/en/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system#analyzing-a-codeql-database>`__
151151
or `Code scanning API <https://docs.github.com/en/rest/reference/code-scanning>`__ in the GitHub documentation.
152152

153153
CodeQL query suites are ``.qls`` files that use directives to select queries to run

0 commit comments

Comments
 (0)