From 598f854e23959213e68877b4adea812495977b3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=93scar=20San=20Jos=C3=A9?= Date: Thu, 19 Sep 2024 12:21:55 +0200 Subject: [PATCH] Update README.md to fix broken links Links pointing to help.semmle.com do not work anymore. This Pr update with replacements --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 452b2d0..b7509b6 100644 --- a/README.md +++ b/README.md @@ -19,9 +19,9 @@ The following links contain the content that will be covered during the workshop ## :mega: Prerequisites - Install [Visual Studio Code](https://code.visualstudio.com/). -- Install the [CodeQL extension for Visual Studio Code](https://help.semmle.com/codeql/codeql-for-vscode/procedures/setting-up.html). +- Install the [CodeQL extension for Visual Studio Code](https://docs.github.com/en/code-security/codeql-for-vs-code/getting-started-with-codeql-for-vs-code/installing-codeql-for-vs-code). - You do _not_ need to install the CodeQL CLI: the extension will handle this for you. -- Set up the [CodeQL starter workspace](https://help.semmle.com/codeql/codeql-for-vscode/procedures/setting-up.html#using-the-starter-workspace). +- Set up the [CodeQL starter workspace](https://github.com/github/vscode-codeql-starter). - **Important:** Don't forget to use `git clone --recursive` or `git submodule update --init --remote` to update the submodules when you clone this repository. This allows you to obtain the standard CodeQL query libraries. - Open the starter workspace in Visual Studio Code: **File** > **Open Workspace** > Browse to `vscode-codeql-starter/vscode-codeql-starter.code-workspace` in your checkout of the starter workspace. - Download and add the CodeQL database to be used in the workshop: