From 692e977a7148da6c6dc13a38c258b9034ae84bf7 Mon Sep 17 00:00:00 2001 From: Felicity Chapman Date: Fri, 1 Nov 2019 13:44:23 +0000 Subject: [PATCH] Update docs/query-metadata-style-guide.md Co-Authored-By: shati-patel <42641846+shati-patel@users.noreply.github.com> --- docs/query-metadata-style-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/query-metadata-style-guide.md b/docs/query-metadata-style-guide.md index aab4365c445..d5f5606002c 100644 --- a/docs/query-metadata-style-guide.md +++ b/docs/query-metadata-style-guide.md @@ -13,7 +13,7 @@ Query files have the extension `.ql`. Each file has two distinct areas: * [Learning CodeQL](https://help.semmle.com/QL/learn-ql/index.html) * [QL language handbook](https://help.semmle.com/QL/ql-handbook/index.html) * [QL language specification](https://help.semmle.com/QL/ql-spec/language.html) - * [QL style guide](https://github.com/Semmle/ql/blob/master/docs/ql-style-guide.md) + * [CodeQL style guide](https://github.com/Semmle/ql/blob/master/docs/ql-style-guide.md) For examples of query files for the languages supported by CodeQL, visit the following links: