Skip to content

Commit 2b53c47

Browse files
authored
Dead links in CircleCI reference documentation (#10789)
1 parent 01aad11 commit 2b53c47

File tree

1 file changed

+1
-1
lines changed
  • docs/supported_docker_environment/continuous_integration

1 file changed

+1
-1
lines changed

docs/supported_docker_environment/continuous_integration/circle_ci.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# CircleCI (Cloud, Server v2.x, and Server v3.x)
22

33
Your CircleCI configuration should use a dedicated VM for Testcontainers to work. You can achieve this by specifying the
4-
executor type in your `.circleci/config.yml` to be `machine` instead of the default `docker` executor (see [Choosing an Executor Type](https://circleci.com/docs/2.0/executor-types/) for more info).
4+
executor type in your `.circleci/config.yml` to be `machine` instead of the default `docker` executor (see [Choosing an Executor Type](https://circleci.com/docs/executor-intro) for more info).
55

66
Here is a sample CircleCI configuration that does a checkout of a project and runs Maven:
77

0 commit comments

Comments
 (0)