Skip to content

Commit 2f98212

Browse files
authored
Merge pull request github#5561 from ethanpalm/fix-broken-links
Fix broken links
2 parents 0f710b1 + 909dc84 commit 2f98212

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/codeql/codeql-cli/creating-codeql-databases.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ build steps, you may need to explicitly define each step in the command line.
168168
For Go, you should always use the CodeQL autobuilder. Install the Go
169169
toolchain (version 1.11 or later) and, if there are dependencies, the
170170
appropriate dependency manager (such as `dep
171-
<https://golang.github.io/dep/>`__ or `Glide <http://glide.sh/>`__).
171+
<https://golang.github.io/dep/>`__).
172172

173173
Do not specify any build commands, as you will override the autobuilder
174174
invocation, which will create an empty database.

docs/codeql/codeql-cli/testing-query-help-files.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ where ``<qhelp|query|dir|suite>`` is one of:
3838
- the path to a ``.ql`` file.
3939
- the path to a directory containing queries and query help files.
4040
- the path to a query suite, or the name of a well-known query suite for a QL pack.
41-
For more information, see "`Creating CodeQL query suites <creating-codeql-query-suites.html#specifying-well-known-query-suites>`__."
41+
For more information, see "`Creating CodeQL query suites <https://codeql.github.com/docs/codeql-cli/creating-codeql-query-suites#specifying-well-known-query-suites>`__."
4242

4343
You must specify a ``--format`` option, which defines how the query help is rendered.
4444
Currently, you must specify ``markdown`` to render the query help as markdown.

0 commit comments

Comments
 (0)