update links to codeql cli manual

This commit is contained in:
james
2020-12-03 10:44:07 +00:00
parent f659e6c9df
commit 18fc33c78c
15 changed files with 20 additions and 20 deletions

View File

@@ -137,7 +137,7 @@ To use standard code navigation features in the source code, you can right-click
If you're using an older database, code navigation commands such as **Go to Definition** and **Go to References** may not work.
To use code navigation, try unzipping the database and running ``codeql database cleanup <database>`` on the unzipped database using the CodeQL CLI. Then, re-add the database to Visual Studio Code.
For more information, see the `database cleanup <../codeql-cli/codeql-cli-manual/database-cleanup.html>`__ reference documentation.
For more information, see the `database cleanup <../../codeql-cli/manual/database-cleanup>`__ reference documentation.
Comparing query results
------------------------