diff options
author | Achilleas Pipinellis <axil@gitlab.com> | 2018-07-03 08:57:56 +0000 |
---|---|---|
committer | Achilleas Pipinellis <axil@gitlab.com> | 2018-07-03 08:57:56 +0000 |
commit | 122e764f9b9d0deb331d21284172c2e7bef34431 (patch) | |
tree | e5a05f6e586b8b9d89aa66686c1b3fb32f966581 /doc/ci | |
parent | c83c0e93619055a5aa3ebf87807c62964c5ef7c2 (diff) | |
parent | 12851359262aaa2c2b91304b0ffcb8cc4f474790 (diff) | |
download | gitlab-ce-122e764f9b9d0deb331d21284172c2e7bef34431.tar.gz |
Merge branch 'docs-products-links' into 'master'
Updated /products links to /pricing
See merge request gitlab-org/gitlab-ce!20321
Diffstat (limited to 'doc/ci')
-rw-r--r-- | doc/ci/examples/code_climate.md | 2 | ||||
-rw-r--r-- | doc/ci/examples/container_scanning.md | 2 | ||||
-rw-r--r-- | doc/ci/examples/dast.md | 2 | ||||
-rw-r--r-- | doc/ci/triggers/README.md | 2 | ||||
-rw-r--r-- | doc/ci/variables/README.md | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/doc/ci/examples/code_climate.md b/doc/ci/examples/code_climate.md index cc19e090964..2c8865c6e50 100644 --- a/doc/ci/examples/code_climate.md +++ b/doc/ci/examples/code_climate.md @@ -46,4 +46,4 @@ configuration to reflect that change. [cli]: https://github.com/codeclimate/codeclimate [dind]: ../docker/using_docker_build.md#use-docker-in-docker-executor -[ee]: https://about.gitlab.com/products/ +[ee]: https://about.gitlab.com/pricing/ diff --git a/doc/ci/examples/container_scanning.md b/doc/ci/examples/container_scanning.md index 92ff90507ee..af87c83a4e5 100644 --- a/doc/ci/examples/container_scanning.md +++ b/doc/ci/examples/container_scanning.md @@ -63,4 +63,4 @@ are still maintained they have been deprecated with GitLab 11.0 and may be remov in next major release, GitLab 12.0. You are advised to update your current `.gitlab-ci.yml` configuration to reflect that change. -[ee]: https://about.gitlab.com/products/ +[ee]: https://about.gitlab.com/pricing/ diff --git a/doc/ci/examples/dast.md b/doc/ci/examples/dast.md index a8720f0b7ea..ff20f0b3b5e 100644 --- a/doc/ci/examples/dast.md +++ b/doc/ci/examples/dast.md @@ -60,4 +60,4 @@ so, the CI job must be named `dast` and the artifact path must be `gl-dast-report.json`. [Learn more about DAST results shown in merge requests](https://docs.gitlab.com/ee/user/project/merge_requests/dast.html). -[ee]: https://about.gitlab.com/products/ +[ee]: https://about.gitlab.com/pricing/ diff --git a/doc/ci/triggers/README.md b/doc/ci/triggers/README.md index c507036aa6a..c213b096a14 100644 --- a/doc/ci/triggers/README.md +++ b/doc/ci/triggers/README.md @@ -219,7 +219,7 @@ removed with one of the future versions of GitLab. You are advised to [ee-2017]: https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/2017 [ci-229]: https://gitlab.com/gitlab-org/gitlab-ci/merge_requests/229 -[ee]: https://about.gitlab.com/products/ +[ee]: https://about.gitlab.com/pricing/ [variables]: ../variables/README.md [predef]: ../variables/README.md#predefined-variables-environment-variables [registry]: ../../user/project/container_registry.md diff --git a/doc/ci/variables/README.md b/doc/ci/variables/README.md index a3da6515a19..2f991d86614 100644 --- a/doc/ci/variables/README.md +++ b/doc/ci/variables/README.md @@ -553,7 +553,7 @@ Below you can find supported syntax reference: `/pattern/i` to make a pattern case-insensitive. [ce-13784]: https://gitlab.com/gitlab-org/gitlab-ce/issues/13784 "Simple protection of CI variables" -[eep]: https://about.gitlab.com/products/ "Available only in GitLab Premium" +[eep]: https://about.gitlab.com/pricing/ "Available only in GitLab Premium" [envs]: ../environments.md [protected branches]: ../../user/project/protected_branches.md [protected tags]: ../../user/project/protected_tags.md |