diff options
author | Marcel Amirault <ravlen@gmail.com> | 2018-07-03 00:37:24 +0000 |
---|---|---|
committer | Marcel Amirault <ravlen@gmail.com> | 2018-07-03 00:37:24 +0000 |
commit | 12851359262aaa2c2b91304b0ffcb8cc4f474790 (patch) | |
tree | a93345a47d1d93c486a9e5917a9b0aec1e81e514 /doc/ci/examples | |
parent | aefbbb42cad5d7249e2dfd365246a53167cb7788 (diff) | |
download | gitlab-ce-12851359262aaa2c2b91304b0ffcb8cc4f474790.tar.gz |
Updated products links to pricing
Diffstat (limited to 'doc/ci/examples')
-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 |
3 files changed, 3 insertions, 3 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/ |