Skip to content

Commit 24236d9

Browse files
committed
Fix incorrect directory in setup instructions
1 parent 49fe8f8 commit 24236d9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

workshop-2020/workshop.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ When you have completed setup, you should have:
5555
1. Cloned this repository with `git clone --recursive`.
5656
1. Opened this repository in VS Code.
5757
1. Downloaded, imported, and selected the [`codeql-cpp-workshop-uaf`](https://github.com/githubuniverseworkshops/codeql/releases/download/universe-2020/codeql-cpp-workshop-uaf.zip) CodeQL database from within VS Code.
58-
1. A `workshop-queries` folder within your workspace, containing an example query.
58+
1. A `workshop-2020` folder within your workspace, containing an example query named `example.ql`.
5959
1. A `codeql` folder within your workspace, containing the CodeQL standard libraries for most target languages.
6060
1. A copy of this `workshop.md` guide in your workspace.
6161
1. Open the query `workshop-queries/example.ql` and try running it!

0 commit comments

Comments
 (0)