From 40bbdbc5f43a02d1bb160e7f65281259219e589e Mon Sep 17 00:00:00 2001 From: sh0n0 <44708388+sh0n0@users.noreply.github.com> Date: Sun, 20 Oct 2024 01:06:34 +0900 Subject: [PATCH] [Workers] Fix broken links --- .../docs/workers/ci-cd/external-cicd/github-actions.mdx | 4 ++-- .../docs/workers/ci-cd/external-cicd/gitlab-pipelines.mdx | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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 23cf7cbf268a59e..529b21f747ecf9a 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](/workers/ci-cd/external-cicd/github-actions/#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/github-actions/#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 45c3bedc0fd9b09..85c92ef55748d53 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](/workers/ci-cd/external-cicd/gitlab-pipelines/#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/gitlab-pipelines/#api-token). :::caution