You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/codeql/codeql-cli/index.rst
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,10 +5,10 @@ CodeQL CLI
5
5
6
6
.. include:: ../reusables/codeql-cli-overview.rst
7
7
8
-
- :ref:`Using the CodeQL CLI <using-the-codeql-cli>`: Software
8
+
- `Using the CodeQL CLI <https://docs.github.com/en/code-security/codeql-cli/using-the-codeql-cli`__: Software
9
9
developers and security researchers can secure their code using the CodeQL CLI.
10
10
11
-
- :ref:`CodeQL CLI reference <codeql-cli-reference>`: Learn more about the files you can use when running CodeQL processes and the results format and exit codes that CodeQL generates.
11
+
- `CodeQL CLI reference <https://docs.github.com/en/code-security/codeql-cli/codeql-cli-reference>`__: Learn more about the files you can use when running CodeQL processes and the results format and exit codes that CodeQL generates.
12
12
13
13
- `CodeQL CLI manual <manual>`__: Detailed information about all the commands available with the CodeQL CLI.
Copy file name to clipboardExpand all lines: docs/codeql/reusables/advanced-query-execution.rst
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
.. pull-quote:: Other query-running commands
2
2
3
-
Queries run with ``database analyze`` have strict :ref:`metadata requirements
4
-
<including-query-metadata>`. You can also execute queries using the following
3
+
Queries run with ``database analyze`` have strict `metadata requirements
4
+
<https://docs.github.com/en/code-security/codeql-cli/using-the-codeql-cli/using-custom-queries-with-the-codeql-cli#including-query-metadata>`__. You can also execute queries using the following
5
5
plumbing-level subcommands:
6
6
7
7
- `database run-queries <../manual/database-run-queries>`__, which
Copy file name to clipboardExpand all lines: docs/codeql/writing-codeql-queries/query-help-files.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,7 @@ The following sections explain additional elements that you may include in your
43
43
query help for custom queries in the code scanning UI you must convert the ``.qhelp`` files to markdown
44
44
and then include the markdown-rendered query help in SARIF files generated during an analysis.
45
45
For more information, see
46
-
":ref:`Analyzing databases with the CodeQL CLI <including-query-help-for-custom-codeql-queries-in-sarif-files>`."
46
+
"`Analyzing databases with the CodeQL CLI <https://docs.github.com/en/code-security/codeql-cli/using-the-codeql-cli/analyzing-databases-with-the-codeql-cli#including-query-help-for-custom-codeql-queries-in-sarif-files>`__."
0 commit comments