From 909dc84bb61465f537bccef37a3d1325dfdf0860 Mon Sep 17 00:00:00 2001 From: Ethan P <56270045+ethanpalm@users.noreply.github.com> Date: Mon, 29 Mar 2021 13:46:45 -0400 Subject: [PATCH] Update broken link --- docs/codeql/codeql-cli/testing-query-help-files.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/codeql/codeql-cli/testing-query-help-files.rst b/docs/codeql/codeql-cli/testing-query-help-files.rst index 7c48b2f5121..ba5cf3901e7 100644 --- a/docs/codeql/codeql-cli/testing-query-help-files.rst +++ b/docs/codeql/codeql-cli/testing-query-help-files.rst @@ -38,7 +38,7 @@ where ```` is one of: - the path to a ``.ql`` file. - the path to a directory containing queries and query help files. - the path to a query suite, or the name of a well-known query suite for a QL pack. - For more information, see "`Creating CodeQL query suites `__." + For more information, see "`Creating CodeQL query suites `__." You must specify a ``--format`` option, which defines how the query help is rendered. Currently, you must specify ``markdown`` to render the query help as markdown.