Skip to content

Commit 3d7f303

Browse files
authored
Merge pull request #1558 from github/lgtm-update
Remove mentions of lgtm.com from README
2 parents 540d675 + f679a2e commit 3d7f303

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

extensions/ql-vscode/README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ For information about other configurations, see the separate [CodeQL help](https
2222

2323
### Quick start: Using CodeQL
2424

25-
1. [Import a database from LGTM](#importing-a-database-from-lgtm).
25+
1. [Import a database from GitHub](#importing-a-database-from-github).
2626
1. [Run a query](#running-a-query).
2727

2828
---
@@ -73,18 +73,19 @@ If you're using your own clone of the CodeQL standard libraries, you can do a `g
7373

7474
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.
7575

76-
### Importing a database from LGTM
76+
### Importing a database from GitHub
7777

78-
While you can use the [CodeQL CLI to create your own databases](https://codeql.github.com/docs/codeql-cli/creating-codeql-databases/), the simplest way to start is by downloading a database from LGTM.com.
78+
While you can use the [CodeQL CLI to create your own databases](https://codeql.github.com/docs/codeql-cli/creating-codeql-databases/), the simplest way to start is by downloading a database from GitHub.com.
7979

80-
1. Open [LGTM.com](https://lgtm.com/#explore) in your browser.
81-
1. Search for a project you're interested in, for example [Apache Kafka](https://lgtm.com/projects/g/apache/kafka).
82-
1. Copy the link to that project, for example `https://lgtm.com/projects/g/apache/kafka`.
83-
1. In VS Code, open the Command Palette and choose the **CodeQL: Download Database from LGTM** command.
80+
1. Find a project that you're interested in on GitHub.com, for example [Apache Kafka](https://github.com/apache/kafka).
81+
1. Copy the link to that project, for example `https://github.com/apache/kafka`.
82+
1. In VS Code, open the Command Palette and choose the **CodeQL: Download Database from GitHub** command.
8483
1. Paste the link you copied earlier.
8584
1. Select the language for the database you want to download (only required if the project has databases for multiple languages).
8685
1. Once the CodeQL database has been imported, it is displayed in the Databases view.
8786

87+
For more information, see [Choosing a database](https://codeql.github.com/docs/codeql-for-visual-studio-code/analyzing-your-projects/#choosing-a-database) on codeql.github.com.
88+
8889
### Running a query
8990

9091
The instructions below assume that you're using the CodeQL starter workspace, or that you've added the CodeQL libraries and queries repository to your workspace.

0 commit comments

Comments
 (0)