Skip to content

Commit 7061570

Browse files
authored
Merge pull request #11 from oscarsj/patch-1
Update README.md to fix broken links
2 parents be812e5 + 598f854 commit 7061570

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ The following links contain the content that will be covered during the workshop
1919

2020
## :mega: Prerequisites
2121
- Install [Visual Studio Code](https://code.visualstudio.com/).
22-
- Install the [CodeQL extension for Visual Studio Code](https://help.semmle.com/codeql/codeql-for-vscode/procedures/setting-up.html).
22+
- 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).
2323
- You do _not_ need to install the CodeQL CLI: the extension will handle this for you.
24-
- Set up the [CodeQL starter workspace](https://help.semmle.com/codeql/codeql-for-vscode/procedures/setting-up.html#using-the-starter-workspace).
24+
- Set up the [CodeQL starter workspace](https://github.com/github/vscode-codeql-starter).
2525
- **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.
2626
- 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.
2727
- Download and add the CodeQL database to be used in the workshop:

0 commit comments

Comments
 (0)