Skip to content

Commit 18fc33c

Browse files
author
james
committed
update links to codeql cli manual
1 parent f659e6c commit 18fc33c

15 files changed

+20
-20
lines changed

docs/codeql/codeql-cli/about-the-codeql-cli.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ command line. To run a command, use::
2626
codeql [command] [subcommand]
2727

2828
To view the reference documentation for a command, add the ``--help`` flag, or visit the
29-
"`CodeQL CLI manual <../../codeql-cli-manual>`__."
29+
"`CodeQL CLI manual <../manual>`__."

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ You must specify:
4949
<sarif-file>`, and graph formats. For more information about CSV and SARIF,
5050
see `Results <#results>`__. To find out which other results formats are
5151
supported, see the `database analyze reference
52-
<../codeql-cli-manual/database-analyze.html>`__.
52+
<../manual/database-analyze>`__.
5353

5454
- ``--output``: the output path of the results file generated during analysis.
5555

@@ -70,7 +70,7 @@ You can also specify:
7070
<upgrading-codeql-databases>`."
7171

7272
For full details of all the options you can use when analyzing databases, see
73-
the `database analyze reference documentation <../codeql-cli-manual/database-analyze.html>`__.
73+
the `database analyze reference documentation <../manual/database-analyze>`__.
7474

7575
.. _database-analyze-examples:
7676

docs/codeql/codeql-cli/codeql-cli-reference.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ CodeQL CLI manual
2828
-----------------
2929

3030
To view detailed information about each CodeQL CLI command,
31-
including its usage and options, add the ``--help`` flag or visit the "`CodeQL CLI manual <../codeql-cli-manual>`__."
31+
including its usage and options, add the ``--help`` flag or visit the "`CodeQL CLI manual <../manual>`__."

docs/codeql/codeql-cli/creating-codeql-databases.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ the language you want to analyze:
5050
detect the build system automatically, using a built-in autobuilder.
5151

5252
For full details of all the options you can use when creating databases,
53-
see the `database create reference documentation <../codeql-cli-manual/database-create.html>`__.
53+
see the `database create reference documentation <../manual/database-create>`__.
5454

5555
Progress and results
5656
--------------------

docs/codeql/codeql-cli/creating-codeql-query-suites.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ instruction::
234234
- description: <name-of-query-suite>
235235

236236
This value is displayed when you run `codeql resolve queries
237-
<../codeql-cli-manual/resolve-queries.html>`__, if the suite is added to a "well-known"
237+
<../manual/resolve-queries>`__, if the suite is added to a "well-known"
238238
directory. For more information, see "`Specifying well-known query suites
239239
<#specifying-well-known-query-suites>`__."
240240

docs/codeql/codeql-cli/exit-codes.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Success, normal termination.
1616

1717
The command successfully determined that the answer to your question is "no".
1818

19-
This exit code is only used by a few commands, such as `codeql test run <../codeql-cli-manual/test-run.html>`__, `codeql database check <../codeql-cli-manual/dataset-check.html>`__, `codeql query format <../codeql-cli-manual/query-format.html>`__,and `codeql resolve extractor <../codeql-cli-manual/resolve-extractor.html>`__.
19+
This exit code is only used by a few commands, such as `codeql test run <../manual/test-run>`__, `codeql database check <../manual/dataset-check>`__, `codeql query format <../manual/query-format>`__,and `codeql resolve extractor <../manual/resolve-extractor>`__.
2020
For more details, see the documentation for those commands.
2121

2222
2
@@ -37,7 +37,7 @@ In this case, the launcher can't start the Java code for the CodeQL CLI at all.
3737
32
3838
---
3939

40-
The extractor didn't find any code to analyze when running `codeql database create <../codeql-cli-manual/database-create.html>`__ or `codeql database finalize <../codeql-cli-manual/database-finalize.html>`__.
40+
The extractor didn't find any code to analyze when running `codeql database create <../manual/database-create>`__ or `codeql database finalize <../manual/database-finalize>`__.
4141

4242
33
4343
---

docs/codeql/codeql-cli/getting-started-with-the-codeql-cli.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ executable in a couple of ways:
184184
can run the executable as just ``codeql``.
185185

186186
At this point, you can execute CodeQL commands. For a full list of the CodeQL
187-
CLI commands, see the "`CodeQL CLI manual <../../codeql-cli-manual>`__."
187+
CLI commands, see the "`CodeQL CLI manual <../manual>`__."
188188

189189
.. pull-quote:: Note
190190

docs/codeql/codeql-cli/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ CodeQL CLI
1010

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

13-
- `CodeQL CLI manual <../codeql-cli-manual>`__: Detailed information about all the commands available with the CodeQL CLI.
13+
- `CodeQL CLI manual <manual>`__: Detailed information about all the commands available with the CodeQL CLI.
1414

1515
.. toctree::
1616
:titlesonly:

docs/codeql/codeql-cli/sarif-output.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ considered "optional". This document details the output produced when using the
1111
format type ``sarifv2.1.0``, which corresponds to the SARIF v2.1.0.csd1
1212
specification.
1313
For more information on selecting a file format for your analysis results, see
14-
the `database analyze reference <../codeql-cli-manual/database-analyze.html>`__.
14+
the `database analyze reference <../manual/database-analyze>`__.
1515

1616
SARIF specification and schema
1717
------------------------------

docs/codeql/codeql-cli/testing-custom-queries.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ You can also specify:
130130
- .. include:: ../reusables/threads-query-execution.rst
131131

132132
For full details of all the options you can use when testing queries,
133-
see the `test run reference documentation <../codeql-cli-manual/test-run.html>`__.
133+
see the `test run reference documentation <../manual/test-run>`__.
134134

135135
Example
136136
-------

0 commit comments

Comments
 (0)