Fix broken links

This commit is contained in:
Ethan P
2021-03-29 13:38:04 -04:00
parent 0f710b1981
commit d126c0a1d3
2 changed files with 2 additions and 2 deletions

View File

@@ -168,7 +168,7 @@ build steps, you may need to explicitly define each step in the command line.
For Go, you should always use the CodeQL autobuilder. Install the Go
toolchain (version 1.11 or later) and, if there are dependencies, the
appropriate dependency manager (such as `dep
<https://golang.github.io/dep/>`__ or `Glide <http://glide.sh/>`__).
<https://golang.github.io/dep/>`__).
Do not specify any build commands, as you will override the autobuilder
invocation, which will create an empty database.

View File

@@ -38,7 +38,7 @@ where ``<qhelp|query|dir|suite>`` 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 <creating-codeql-query-suites.html#specifying-well-known-query-suites>`__."
For more information, see "`Creating CodeQL query suites <creating-codeql-query-suites#specifying-well-known-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.