summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Planella <dplanella@gitlab.com>2018-10-24 22:24:51 +0000
committerDavid Planella <dplanella@gitlab.com>2018-10-24 22:24:51 +0000
commitd3ddd3fd4b92e01c8be705323b228f6320663f42 (patch)
tree8845afc4c9096ff565fc6d61a73d581398f47448
parentbe00c4034138ab37b09dd0defd5ce8be9a728866 (diff)
downloadgitlab-ce-libre-to-core.tar.gz
Fix include intro note as per documentation guidelineslibre-to-core
-rw-r--r--doc/ci/yaml/README.md7
1 files changed, 3 insertions, 4 deletions
diff --git a/doc/ci/yaml/README.md b/doc/ci/yaml/README.md
index e354ef1639e..933938087c1 100644
--- a/doc/ci/yaml/README.md
+++ b/doc/ci/yaml/README.md
@@ -1451,10 +1451,11 @@ test:
## `include`
-> Introduced in [GitLab Premium][ee] 10.5.
+> Introduced in [GitLab Premium](https://about.gitlab.com/pricing/) 10.5.
> Available for Starter, Premium and Ultimate since 10.6.
> Behaviour expanded in GitLab 10.8 to allow more flexible overriding.
-> [Available][ce-21603] for Core since 11.4.
+> [Moved](https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/21603)
+to GitLab Core in 11.4
Using the `include` keyword, you can allow the inclusion of external YAML files.
@@ -2031,5 +2032,3 @@ CI with various languages.
[ce-12909]: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/12909
[schedules]: ../../user/project/pipelines/schedules.md
[variables-expressions]: ../variables/README.md#variables-expressions
-[ce-21603]: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/21603
-[ee]: https://about.gitlab.com/pricing/