From 3e9757caf66efc0b51e82262a4a346fe8dc0ad7e Mon Sep 17 00:00:00 2001 From: Henning Makholm Date: Fri, 15 Nov 2019 19:31:07 +0100 Subject: [PATCH] Update README.md Co-Authored-By: shati-patel <42641846+shati-patel@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cd98fceb3d6..c7cafeea95b 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ This open source repository contains the standard CodeQL libraries and queries t ## How do I learn CodeQL and run queries? There is [extensive documentation](https://help.semmle.com/QL/learn-ql/) on getting started with writing CodeQL. -You can use the [interactive query console](https://lgtm.com/help/lgtm/using-query-console) on LGTM.com or the [CodeQL for Visual Studio Code](https://lgtm.com/help/lgtm/running-queries-ide) extension to try out your queries on any open source project that's currently being analyzed. +You can use the [interactive query console](https://lgtm.com/help/lgtm/using-query-console) on LGTM.com or the [CodeQL for Visual Studio Code](https://help.semmle.com/codeql/codeql-for-vscode.html) extension to try out your queries on any open source project that's currently being analyzed. ## Contributing