Skip to content

Commit c9794f1

Browse files
committed
ci: fix a broken link
the old page no longer exists, so use something similar
1 parent 81f9309 commit c9794f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/docs/ci.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ GitHub Action which handles everything from installing the latest MSYS2,
1010
updating it and installing all the packages you need. All you have to do is to
1111
provide a BASH script that runs your code in the MSYS2 environment.
1212

13-
1) Create a workflow file, for example `.github/workflows/msys2.yml`, see [the GitHub docs for more details](https://docs.github.com/en/actions/configuring-and-managing-workflows/configuring-a-workflow#creating-a-workflow-file)
13+
1) Create a workflow file, for example `.github/workflows/msys2.yml`, see [the GitHub docs for more details](https://docs.github.com/en/actions/writing-workflows/quickstart#creating-your-first-workflow)
1414

1515
2) Paste the following into your workflow file:
1616

0 commit comments

Comments
 (0)