Skip to content

Commit 9943d0c

Browse files
committed
update anchor links
1 parent 9b17ee9 commit 9943d0c

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

docs/codeql/codeql-cli/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ CodeQL CLI
55

66
.. include:: ../reusables/codeql-cli-overview.rst
77

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
99
developers and security researchers can secure their code using the CodeQL CLI.
1010

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.
1212

1313
- `CodeQL CLI manual <manual>`__: Detailed information about all the commands available with the CodeQL CLI.
1414

docs/codeql/reusables/advanced-query-execution.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.. pull-quote:: Other query-running commands
22

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
55
plumbing-level subcommands:
66

77
- `database run-queries <../manual/database-run-queries>`__, which

docs/codeql/writing-codeql-queries/query-help-files.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ The following sections explain additional elements that you may include in your
4343
query help for custom queries in the code scanning UI you must convert the ``.qhelp`` files to markdown
4444
and then include the markdown-rendered query help in SARIF files generated during an analysis.
4545
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>`__."
4747

4848
Section-level elements
4949
======================

0 commit comments

Comments
 (0)