From 84a4bc59b92a6cd46317ba9329b177faa66b07fd Mon Sep 17 00:00:00 2001 From: Keith Hoodlet Date: Wed, 1 Dec 2021 11:10:42 -0500 Subject: [PATCH 1/4] Update resources links --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 6461bed..da98b6c 100644 --- a/README.md +++ b/README.md @@ -34,9 +34,9 @@ The following links contain the content that will be covered during the workshop - Choose the unzipped database directory on your filesystem. ## :books: Resources -- [Learning CodeQL](https://help.semmle.com/QL/learn-ql) -- [Learning CodeQL for Java](https://help.semmle.com/QL/learn-ql/java/ql-for-java.html) -- [Learning CodeQL for JavaScript](https://help.semmle.com/QL/learn-ql/javascript/ql-for-javascript.html) -- [Using the CodeQL extension for VS Code](https://help.semmle.com/codeql/codeql-for-vscode.html) -- More about CodeQL on [GitHub Security Lab](https://securitylab.github.com/tools/codeql) +- [Learning CodeQL - Documentation](https://codeql.github.com/docs/) +- [learning codeql for java](https://codeql.github.com/docs/codeql-language-guides/codeql-for-java/) +- [learning codeql for javascript](https://codeql.github.com/docs/codeql-language-guides/codeql-for-javascript/) +- [using the codeql extension for vs code](https://codeql.github.com/docs/codeql-for-visual-studio-code/) +- more about codeql on [github security lab](https://securitylab.github.com/get-involved/) - CodeQL on [GitHub Learning Lab](https://lab.github.com/githubtraining/codeql-u-boot-challenge-(cc++)) From e5a034cce06b9ad24357681ad2d5a27f30d9e65d Mon Sep 17 00:00:00 2001 From: Keith Hoodlet Date: Wed, 1 Dec 2021 11:17:45 -0500 Subject: [PATCH 2/4] Udpate letter casing on resources links --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index da98b6c..7ef2cae 100644 --- a/README.md +++ b/README.md @@ -35,8 +35,8 @@ The following links contain the content that will be covered during the workshop ## :books: Resources - [Learning CodeQL - Documentation](https://codeql.github.com/docs/) -- [learning codeql for java](https://codeql.github.com/docs/codeql-language-guides/codeql-for-java/) -- [learning codeql for javascript](https://codeql.github.com/docs/codeql-language-guides/codeql-for-javascript/) -- [using the codeql extension for vs code](https://codeql.github.com/docs/codeql-for-visual-studio-code/) -- more about codeql on [github security lab](https://securitylab.github.com/get-involved/) +- [Learning CodeQL for Java](https://codeql.github.com/docs/codeql-language-guides/codeql-for-java/) +- [Learning CodeQL for JavaScript](https://codeql.github.com/docs/codeql-language-guides/codeql-for-javascript/) +- [Using the CodeQL extension for VS Code](https://codeql.github.com/docs/codeql-for-visual-studio-code/) +- More about CodeQL on [GitHub Security Lab](https://securitylab.github.com/get-involved/) - CodeQL on [GitHub Learning Lab](https://lab.github.com/githubtraining/codeql-u-boot-challenge-(cc++)) From 86ee14214ab587a59ea0a1a35117ce3f3bc0d4dd Mon Sep 17 00:00:00 2001 From: Keith Hoodlet <22803099+securingdev@users.noreply.github.com> Date: Fri, 3 Dec 2021 12:56:38 -0500 Subject: [PATCH 3/4] Apply suggestions from code review Co-authored-by: Felicity Chapman --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7ef2cae..908e1b4 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ The following links contain the content that will be covered during the workshop - Choose the unzipped database directory on your filesystem. ## :books: Resources -- [Learning CodeQL - Documentation](https://codeql.github.com/docs/) +- [CodeQL docs](https://codeql.github.com/docs/) - [Learning CodeQL for Java](https://codeql.github.com/docs/codeql-language-guides/codeql-for-java/) - [Learning CodeQL for JavaScript](https://codeql.github.com/docs/codeql-language-guides/codeql-for-javascript/) - [Using the CodeQL extension for VS Code](https://codeql.github.com/docs/codeql-for-visual-studio-code/) From beb677d566326d7c38bd5481f1e5a9cba5853d39 Mon Sep 17 00:00:00 2001 From: Keith Hoodlet <22803099+securingdev@users.noreply.github.com> Date: Fri, 3 Dec 2021 12:56:51 -0500 Subject: [PATCH 4/4] Apply suggestions from code review Co-authored-by: Felicity Chapman --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 908e1b4..452b2d0 100644 --- a/README.md +++ b/README.md @@ -35,8 +35,8 @@ The following links contain the content that will be covered during the workshop ## :books: Resources - [CodeQL docs](https://codeql.github.com/docs/) -- [Learning CodeQL for Java](https://codeql.github.com/docs/codeql-language-guides/codeql-for-java/) -- [Learning CodeQL for JavaScript](https://codeql.github.com/docs/codeql-language-guides/codeql-for-javascript/) -- [Using the CodeQL extension for VS Code](https://codeql.github.com/docs/codeql-for-visual-studio-code/) +- [CodeQL for Java](https://codeql.github.com/docs/codeql-language-guides/codeql-for-java/) +- [CodeQL for JavaScript](https://codeql.github.com/docs/codeql-language-guides/codeql-for-javascript/) +- [CodeQL for Visual Studio Code](https://codeql.github.com/docs/codeql-for-visual-studio-code/) - More about CodeQL on [GitHub Security Lab](https://securitylab.github.com/get-involved/) - CodeQL on [GitHub Learning Lab](https://lab.github.com/githubtraining/codeql-u-boot-challenge-(cc++))