Skip to content

Commit a0a8b17

Browse files
sh0n0pedrosousa
andauthored
[Workers] Fix broken links in CI/CD sections (#17652)
--------- Co-authored-by: Pedro Sousa <[email protected]>
1 parent 284f52e commit a0a8b17

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ To set up your CI/CD:
3434

3535
1. Go to your CI/CD platform and add the following as secrets:
3636

37-
- `CLOUDFLARE_ACCOUNT_ID`: Set to the [Cloudflare account ID](/workers/ci-cd/external-cicd/#cloudflare-account-id) for the account on which you want to deploy your Worker.
38-
- `CLOUDFLARE_API_TOKEN`: Set to the [Cloudflare API token you generated](/workers/ci-cd/external-cicd/#api-token).
37+
- `CLOUDFLARE_ACCOUNT_ID`: Set to the [Cloudflare account ID](#cloudflare-account-id) for the account on which you want to deploy your Worker.
38+
- `CLOUDFLARE_API_TOKEN`: Set to the [Cloudflare API token you generated](#api-token).
3939

4040
:::caution
4141

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ To set up your CI:
3434

3535
1. Go to your CI platform and add the following as secrets:
3636

37-
- `CLOUDFLARE_ACCOUNT_ID`: Set to the [Cloudflare account ID](/workers/ci-cd/external-cicd/#cloudflare-account-id) for the account on which you want to deploy your Worker.
38-
- `CLOUDFLARE_API_TOKEN`: Set to the [Cloudflare API token you generated](/workers/ci-cd/external-cicd/#api-token).
37+
- `CLOUDFLARE_ACCOUNT_ID`: Set to the [Cloudflare account ID](#cloudflare-account-id) for the account on which you want to deploy your Worker.
38+
- `CLOUDFLARE_API_TOKEN`: Set to the [Cloudflare API token you generated](#api-token).
3939

4040
:::caution
4141

0 commit comments

Comments
 (0)