update links to codeql cli manual

This commit is contained in:
james
2020-12-03 10:44:07 +00:00
parent f659e6c9df
commit 18fc33c78c
15 changed files with 20 additions and 20 deletions

View File

@@ -54,7 +54,7 @@ The ``--output`` option defines a file path where the rendered query help will b
For full details of all the options you can use when testing query help files,
see the `generate query-help reference documentation
<codeql-cli-manual:generate-query-help>`__.
<../manual/generate-query-help>`__.
Results
-------
@@ -73,7 +73,7 @@ By default, the CodeQL CLI will print a warning message if:
as an accompanying ``.qhelp`` file
You can tell the CodeQL CLI how to handle these warnings by including a ``--warnings`` option in your command.
For more information, see the `generate query-help reference documentation <../codeql-cli-manual/generate-query-help.html#cmdoption-codeql-generate-query-help-warnings>`__.
For more information, see the `generate query-help reference documentation <../manual/generate-query-help#cmdoption-codeql-generate-query-help-warnings>`__.
Further reading
---------------