Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'doc/ci/yaml/yaml_optimization.md')
-rw-r--r--doc/ci/yaml/yaml_optimization.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ci/yaml/yaml_optimization.md b/doc/ci/yaml/yaml_optimization.md
index 07019a2776f..2cfda1116fe 100644
--- a/doc/ci/yaml/yaml_optimization.md
+++ b/doc/ci/yaml/yaml_optimization.md
@@ -65,7 +65,7 @@ test2:
`&` sets up the name of the anchor (`job_configuration`), `<<` means "merge the
given hash into the current one," and `*` includes the named anchor
-(`job_configuration` again). The expanded version of this example is:
+(`job_configuration` again). The [expanded](../pipeline_editor/index.md#view-full-configuration) version of this example is:
```yaml
.job_template:
@@ -123,7 +123,7 @@ test:mysql:
services: *mysql_configuration
```
-The expanded version is:
+The [expanded](../pipeline_editor/index.md#view-full-configuration) version is:
```yaml
.job_template: