Commit ade2c6d2 authored by Kyle Wiebers's avatar Kyle Wiebers

Update broken link for CI jobs page

Relates to https://gitlab.com/gitlab-org/gitlab/-/issues/337315
parent 622b405e
...@@ -264,7 +264,7 @@ job1: ...@@ -264,7 +264,7 @@ job1:
Deployment jobs are a specific kind of CI job in that they deploy code to Deployment jobs are a specific kind of CI job in that they deploy code to
[environments](../environments/index.md). A deployment job is any job that [environments](../environments/index.md). A deployment job is any job that
uses the `environment` keyword and the [`start` environment `action`](../yaml/README.md#environmentaction). uses the `environment` keyword and the [`start` environment `action`](../yaml/index.md#environmentaction).
Deployment jobs do not need to be in the `deploy` stage. The following `deploy me` Deployment jobs do not need to be in the `deploy` stage. The following `deploy me`
job is an example of a deployment job. `action: start` is the default behavior and job is an example of a deployment job. `action: start` is the default behavior and
is defined for the sake of the example, but you can omit it: is defined for the sake of the example, but you can omit it:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment