From 464ac60db1eb476d659e6a0617da61406889996a Mon Sep 17 00:00:00 2001 From: Chris Smowton Date: Wed, 12 Jul 2023 15:48:18 +0100 Subject: [PATCH] Amend and order --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index cc26abe193c..caee90203c4 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -18,11 +18,11 @@ If you have an idea for a query that you would like to share with other CodeQL u * C/C++: `cpp/ql/src` * C#: `csharp/ql/src` - * Java: `java/ql/src` + * Go: `go/ql/src` + * Java/Kotlin: `java/ql/src` * JavaScript: `javascript/ql/src` * Python: `python/ql/src` * Ruby: `ruby/ql/src` - * Go: `go/ql/src` * Swift: `swift/ql/src` Each language-specific directory contains further subdirectories that group queries based on their `@tags` or purpose.