Skip to content

Commit 90ee465

Browse files
authored
Correct link in exercise 5
1 parent f03e38a commit 90ee465

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/exercise-5.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ In your repository, `click` on the [`Actions`](../../../actions) tab
66

77
_**NOTE:** If `Actions`tab is not available (this should not happen since you are looking to scan Actions workflows after all), please contact your organization admin or repository admin to enable it. See [enabling Actions section in the documentation](https://docs.github.com/en/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-github-actions-settings-for-a-repository) for more details._
88

9-
This will take you to the `Actions` page and now click on the `new workflow` button to create a workflow. Alternatively, you can click [this link](../../actions/new).
9+
This will take you to the `Actions` page and now click on the `new workflow` button to create a workflow. Alternatively, you can click [this link](../../../actions/new).
1010

1111
This will put you in the `starter workflows` page. Enter `CodeQL Analysis` in the `Search` field and search.
1212
You should see one result. Click on `Configure` button on the resulting workflow template. This will take you to the edit window of the the workflow file.

0 commit comments

Comments
 (0)