Skip to content

Commit da39f50

Browse files
committed
link fixes
1 parent 6c2b026 commit da39f50

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

src/content/docs/workers/ci-cd/builds/git-integration/index.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@ Cloudflare supports the following Git providers:
1818
- [GitHub Free](https://github.com/pricing)
1919
- [GitHub Team](https://github.com/pricing)
2020
- [GitHub Enterprise Cloud](https://github.com/pricing)
21-
- [GitHub Enterprise Server](https://docs.github.com/en/[email protected]/admin/overview/about-github-enterprise-server) (supported with [GitHub Actions](/workers/ci-cd/external-cicd/github-actions.mdx))
21+
- [GitHub Enterprise Server](https://docs.github.com/en/[email protected]/admin/overview/about-github-enterprise-server) (supported with [GitHub Actions](/workers/ci-cd/external-cicd/github-actions/))
2222
- GitLab
2323
- [GitLab Free](https://about.gitlab.com/pricing/)
2424
- [GitLab Premium](https://about.gitlab.com/pricing/)
2525
- [GitLab Ultimate](https://about.gitlab.com/pricing/)
2626
- [GitLab Enterprise](https://about.gitlab.com/enterprise/)
27-
- [Self-Managed GitLab](https://about.gitlab.com/pricing/) (supported with [GitLab CI/CD](/workers/ci-cd/external-cicd/gitlab-cicd.mdx))
27+
- [Self-Managed GitLab](https://about.gitlab.com/pricing/) (supported with [GitLab CI/CD](/workers/ci-cd/external-cicd/gitlab-cicd/))
2828

29-
If you use a different Git provider (e.g. Bitbucket), you can use an [external CI/CD provider](/workers/ci-cd/external-cicd/index.mdx) and deploy using [Wrangler CLI](/workers/wrangler/commands/#deploy).
29+
If you use a different Git provider (e.g. Bitbucket), you can use an [external CI/CD provider](/workers/ci-cd/external-cicd/index/) and deploy using [Wrangler CLI](/workers/wrangler/commands/#deploy).
3030

3131
## Adding Git Integration
3232

src/content/docs/workers/ci-cd/external-cicd/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ Deploying Cloudflare Workers with CI/CD ensures reliable, automated deployments
99
If you prefer to use your existing CI/CD provider instead of [Workers Builds](/workers/ci-cd/builds/), this section offers guides for popular providers:
1010

1111
- [**GitHub Actions**](/workers/ci-cd/external-cicd/github-actions/)
12-
- [**GitLab Pipelines**](/workers/ci-cd/external-cicd/gitlab-pipelines/)
12+
- [**GitLab Pipelines**](/workers/ci-cd/external-cicd/gitlab-cicd/)
1313

1414
Other CI/CD options including but not limited to Terraform, CircleCI, Jenkins, and more, can also be used to deploy Workers following a similar set up process.

src/content/docs/workers/ci-cd/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Choose [Workers Builds](/workers/ci-cd/builds) if you want a fully integrated so
2323

2424
We recommend using [external CI/CD providers](/workers/ci-cd/external-cicd) if:
2525

26-
- You have a self-hosted instance of GitHub or GitLabs, which is currently not supported in Workers Builds' [Git integration](/workers/ci-cd/builds/git-integration/index.mdx)
26+
- You have a self-hosted instance of GitHub or GitLabs, which is currently not supported in Workers Builds' [Git integration](/workers/ci-cd/builds/git-integration/)
2727
- You are using a Git provider that is not GitHub or GitLab
2828

2929
## Workers Builds

0 commit comments

Comments
 (0)