From 51026a714256d9d2a8b73f03af7ff5365665174c Mon Sep 17 00:00:00 2001 From: Sauyon Lee Date: Thu, 28 May 2020 22:38:23 -0700 Subject: [PATCH] Add links to the CodeQL CLI and LGTM.com --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c647182ec9d..7130251c563 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,8 @@ It contains two major components: The goal of this project is to provide comprehensive static analysis support for Go in CodeQL. -For the queries and libraries that power CodeQL support for other languages, visit [the CodeQL repository](https://github.com/github/codeql). +For the queries and libraries that power CodeQL support for other languages, visit [the CodeQL +repository](https://github.com/github/codeql). ## Installation @@ -23,9 +24,10 @@ Code workspace. ## Usage -To analyze a Go codebase, either use the CodeQL command-line interface to create a database -yourself, or download a pre-built database from LGTM.com. You can then run any of the queries -contained in this repository either on the command line or using the VS Code extension. +To analyze a Go codebase, either use the [CodeQL command-line +interface](https://help.semmle.com/codeql/codeql-cli.html) to create a database yourself, or +download a pre-built database from [LGTM.com](https://lgtm.com/). You can then run any of the +queries contained in this repository either on the command line or using the VS Code extension. Note that the [lgtm.com](https://github.com/github/codeql-go/tree/lgtm.com) branch of this repository corresponds to the version of the queries that is currently deployed on LGTM.com.