Skip to content

Readme: Fix anchor link #166

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 15, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions extensions/ql-vscode/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ For information about other configurations, see the separate [CodeQL help](https

**Quick start: Using CodeQL**

1. [Import a database from LGTM.com](#importing-a-database-from-lgtmcom).
1. [Import a database from LGTM](#importing-a-database-from-lgtm).
1. [Run a query](#running-a-query).

-----
Expand Down Expand Up @@ -56,7 +56,7 @@ For information about configuring an existing workspace for CodeQL, [see the doc

You can find all the commands contributed by the extension in the Command Palette (**Ctrl+Shift+P** or **Cmd+Shift+P**) by typing `CodeQL`, many of them are also accessible through the interface, and via keyboard shortcuts.

### Importing a database from LGTM.com
### Importing a database from LGTM

While you can use the [CodeQL CLI to create your own databases](https://help.semmle.com/codeql/codeql-cli/procedures/create-codeql-database.html), the simplest way to start is by downloading a database from LGTM.com.

Expand Down