Skip to content

Commit 95d2f1f

Browse files
authored
Correct CI overview Docker links (#6020)
1 parent 17780d7 commit 95d2f1f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/app/continuous-integration/overview.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -212,9 +212,9 @@ cypress run --record --key=abc123 --parallel
212212

213213
CI providers, such as [GitHub Actions](https://docs.github.com/en/actions/using-jobs/running-jobs-in-a-container) and
214214
[CircleCI](https://circleci.com/docs/executor-intro/#docker), allow workflows to run using
215-
[Docker container images](https://docs.docker.com/app/docker-concepts/the-basics/what-is-a-container/).
215+
[Docker container images](https://docs.docker.com/get-started/docker-concepts/the-basics/what-is-a-container/).
216216

217-
Cypress supports the use of [Docker](https://docs.docker.com/app/docker-overview/)
217+
Cypress supports the use of [Docker](https://docs.docker.com/get-started/docker-overview/)
218218
through the provisioning of official [Cypress Docker images](https://github.com/cypress-io/cypress-docker-images).
219219
Images are Linux-based and support the following platforms:
220220

0 commit comments

Comments
 (0)