From f3fda42b83302acccfbf8a371031036896c2d28b Mon Sep 17 00:00:00 2001 From: Ethan P <56270045+ethanpalm@users.noreply.github.com> Date: Thu, 4 Nov 2021 12:53:03 -0700 Subject: [PATCH] Fix link --- docs/codeql/codeql-cli/creating-codeql-databases.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/codeql/codeql-cli/creating-codeql-databases.rst b/docs/codeql/codeql-cli/creating-codeql-databases.rst index 15de28ab2dd..39601fb4f8c 100644 --- a/docs/codeql/codeql-cli/creating-codeql-databases.rst +++ b/docs/codeql/codeql-cli/creating-codeql-databases.rst @@ -63,8 +63,9 @@ more than one language: - ``--no-run-unnecessary-builds``: used with ``--db-cluster`` to suppress the build command for languages where the CodeQL CLI does not need to monitor the build (for example, Python and JavaScript/TypeScript). -- extractor options: used to customize the behavior of extractors that create CodeQL databases. For more information, - see the `extractor options documentation `__. + +You can specify extractor options to customize the behavior of extractors that create CodeQL databases. For more information, see +":doc:`Extractor options `." For full details of all the options you can use when creating databases, see the `database create reference documentation <../manual/database-create>`__.