From 9f90d7c3c19311db28a3a9bab3b95aec171e604a Mon Sep 17 00:00:00 2001 From: Mike McCready <66998419+MikeMcC399@users.noreply.github.com> Date: Wed, 27 Nov 2024 18:27:54 +0100 Subject: [PATCH] Correct CI overview Docker links --- docs/app/continuous-integration/overview.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/app/continuous-integration/overview.mdx b/docs/app/continuous-integration/overview.mdx index 0b6ade0a37..cea7cc391a 100644 --- a/docs/app/continuous-integration/overview.mdx +++ b/docs/app/continuous-integration/overview.mdx @@ -212,9 +212,9 @@ cypress run --record --key=abc123 --parallel CI providers, such as [GitHub Actions](https://docs.github.com/en/actions/using-jobs/running-jobs-in-a-container) and [CircleCI](https://circleci.com/docs/executor-intro/#docker), allow workflows to run using -[Docker container images](https://docs.docker.com/app/docker-concepts/the-basics/what-is-a-container/). +[Docker container images](https://docs.docker.com/get-started/docker-concepts/the-basics/what-is-a-container/). -Cypress supports the use of [Docker](https://docs.docker.com/app/docker-overview/) +Cypress supports the use of [Docker](https://docs.docker.com/get-started/docker-overview/) through the provisioning of official [Cypress Docker images](https://github.com/cypress-io/cypress-docker-images). Images are Linux-based and support the following platforms: