diff --git a/src/content/docs/workers/ci-cd/external-cicd/github-actions.mdx b/src/content/docs/workers/ci-cd/external-cicd/github-actions.mdx index 23cf7cbf268a59..b34c26e3451566 100644 --- a/src/content/docs/workers/ci-cd/external-cicd/github-actions.mdx +++ b/src/content/docs/workers/ci-cd/external-cicd/github-actions.mdx @@ -34,8 +34,8 @@ To set up your CI/CD: 1. Go to your CI/CD platform and add the following as secrets: -- `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. -- `CLOUDFLARE_API_TOKEN`: Set to the [Cloudflare API token you generated](/workers/ci-cd/external-cicd/#api-token). +- `CLOUDFLARE_ACCOUNT_ID`: Set to the [Cloudflare account ID](#cloudflare-account-id) for the account on which you want to deploy your Worker. +- `CLOUDFLARE_API_TOKEN`: Set to the [Cloudflare API token you generated](#api-token). :::caution diff --git a/src/content/docs/workers/ci-cd/external-cicd/gitlab-pipelines.mdx b/src/content/docs/workers/ci-cd/external-cicd/gitlab-pipelines.mdx index 45c3bedc0fd9b0..87e8f0f69000c7 100644 --- a/src/content/docs/workers/ci-cd/external-cicd/gitlab-pipelines.mdx +++ b/src/content/docs/workers/ci-cd/external-cicd/gitlab-pipelines.mdx @@ -34,8 +34,8 @@ To set up your CI: 1. Go to your CI platform and add the following as secrets: -- `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. -- `CLOUDFLARE_API_TOKEN`: Set to the [Cloudflare API token you generated](/workers/ci-cd/external-cicd/#api-token). +- `CLOUDFLARE_ACCOUNT_ID`: Set to the [Cloudflare account ID](#cloudflare-account-id) for the account on which you want to deploy your Worker. +- `CLOUDFLARE_API_TOKEN`: Set to the [Cloudflare API token you generated](#api-token). :::caution