You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: web/docs/ci.md
+7-5
Original file line number
Diff line number
Diff line change
@@ -42,19 +42,20 @@ see https://github.com/marketplace/actions/setup-msys2
42
42
43
43
## GitLab
44
44
45
-
GitLab offers [shared Windows runners](https://docs.gitlab.com/ee/ci/runners/hosted_runners/windows.html)
46
-
with some [pre-installed software](https://gitlab.com/gitlab-org/ci-cd/shared-runners/images/gcp/windows-containers/blob/main/cookbooks/preinstalled-software/README.md)
45
+
GitLab offers [shared Windows runners](https://docs.gitlab.com/ci/runners/hosted_runners/windows/)
46
+
with some [pre-installed software](https://gitlab.com/gitlab-org/ci-cd/shared-runners/images/gcp/windows-containers/-/blob/main/cookbooks/preinstalled-software/attributes/default.rb)
47
47
and you can build a project using the following `.gitlab-ci.yml`
48
48
snippet, which illustrates how to build a regular autotools-based
49
-
project. See [GitLab's CI/CD documentation](https://docs.gitlab.com/ee/topics/build_your_application.html)
49
+
project. See [GitLab's CI/CD documentation](https://docs.gitlab.com/topics/build_your_application/)
0 commit comments