From 96ff2f5125571ea28988c55b902499e178a91d87 Mon Sep 17 00:00:00 2001 From: james Date: Mon, 8 Nov 2021 12:06:20 +0000 Subject: [PATCH] use correct type of link --- .../codeql-cli/analyzing-databases-with-the-codeql-cli.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/codeql/codeql-cli/analyzing-databases-with-the-codeql-cli.rst b/docs/codeql/codeql-cli/analyzing-databases-with-the-codeql-cli.rst index 8b8b8dabf47..c180d9b5a9d 100644 --- a/docs/codeql/codeql-cli/analyzing-databases-with-the-codeql-cli.rst +++ b/docs/codeql/codeql-cli/analyzing-databases-with-the-codeql-cli.rst @@ -227,7 +227,7 @@ corresponding query. Alternatively, for consistency with the standard CodeQL que you can write query help in the ``.qhelp`` format. Query help written in ``.qhelp`` files can't be included in SARIF files, and they can't be processed by code scanning so must be converted to markdown before running -the analysis. For more information, see ":doc:`Query help files `" +the analysis. For more information, see ":ref:`Query help files `" and ":doc:`Testing query help files `." Results