summaryrefslogtreecommitdiff
path: root/doc/ci/examples/browser_performance.md
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axil@gitlab.com>2018-02-07 11:48:29 +0100
committerAchilleas Pipinellis <axil@gitlab.com>2018-02-07 12:47:56 +0100
commit41cd11d5b89a91903fb68c9762629b2d40ae57fe (patch)
tree99c94237c40a1f6b7d1bb2960ca144c8e73e3b1e /doc/ci/examples/browser_performance.md
parent12a4039647cd65dfaaa9f4074181ca2e8b23703c (diff)
downloadgitlab-ce-41cd11d5b89a91903fb68c9762629b2d40ae57fe.tar.gz
Change docs links to https://about.gitlab.com/products/
Diffstat (limited to 'doc/ci/examples/browser_performance.md')
-rw-r--r--doc/ci/examples/browser_performance.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ci/examples/browser_performance.md b/doc/ci/examples/browser_performance.md
index c16f490df97..7bd0514d406 100644
--- a/doc/ci/examples/browser_performance.md
+++ b/doc/ci/examples/browser_performance.md
@@ -22,7 +22,7 @@ Once you set up the Runner, add a new job to `.gitlab-ci.yml`, called `performan
This will create a `performance` job in your CI/CD pipeline and will run Sitespeed.io against the webpage you define. The full HTML Sitespeed.io report will be saved as an artifact, and if you have Pages enabled it can be viewed directly in your browser. For further customization options of Sitespeed.io, including the ability to provide a list of URLs to test, please consult their [documentation](https://www.sitespeed.io/documentation/sitespeed.io/configuration/).
-For [GitLab Premium](https://about.gitlab.com/gitlab-ee/) users, a performance score can be automatically
+For [GitLab Premium](https://about.gitlab.com/products/) users, a performance score can be automatically
extracted and shown right in the merge request widget. Learn more about [Browser Performance Testing](https://docs.gitlab.com/ee/user/project/merge_requests/browser_performance_testing.html).
## Performance testing on Review Apps