1
0
mirror of synced 2025-12-22 11:26:57 -05:00

Correct all internal links in content/code-security (#37198)

This commit is contained in:
Peter Bengtsson
2023-05-30 08:52:04 -04:00
committed by GitHub
parent 5ede55ee59
commit 526907459d
13 changed files with 22 additions and 22 deletions

View File

@@ -250,7 +250,7 @@ use:
<!--Changed this to a note to fit with style guide -->
{% note %}
**Note:** You can use the `codeql resolve queries /path/to/suite.qls` command to see which queries are selected by a query suite definition. For more information, see "[AUTOTITLE](/code-security/codeql-cli/codeql-cli-manual/resolve-queries/)."
**Note:** You can use the `codeql resolve queries /path/to/suite.qls` command to see which queries are selected by a query suite definition. For more information, see "[AUTOTITLE](/code-security/codeql-cli/codeql-cli-manual/resolve-queries)."
{% endnote %}
@@ -375,7 +375,7 @@ instruction:
- description: <name-of-query-suite>
```
This value is displayed when you run [AUTOTITLE](/code-security/codeql-cli/codeql-cli-manual/resolve-queries/), if the suite is added to a "well-known"
This value is displayed when you run [AUTOTITLE](/code-security/codeql-cli/codeql-cli-manual/resolve-queries), if the suite is added to a "well-known"
directory. For more information, see "[Specifying well-known query suites](#specifying-well-known-query-suites)."
{% ifversion codeql-packs %}