From 272bce1182303afd9653073b796430d68653df5c Mon Sep 17 00:00:00 2001 From: Pedro Sousa <680496+pedrosousa@users.noreply.github.com> Date: Fri, 29 Sep 2023 12:44:59 +0100 Subject: [PATCH] Fix broken link --- content/ddos-protection/dns-protection/configure-api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/ddos-protection/dns-protection/configure-api.md b/content/ddos-protection/dns-protection/configure-api.md index 0fe2818e0..0a8cf080f 100644 --- a/content/ddos-protection/dns-protection/configure-api.md +++ b/content/ddos-protection/dns-protection/configure-api.md @@ -18,7 +18,7 @@ To obtain the complete endpoint, append the Advanced DNS Protection API endpoint https://api.cloudflare.com/client/v4 ``` -The `{account_id}` argument is the [account ID](/fundamentals/get-started/basic-tasks/find-account-and-zone-ids/) (a hexadecimal string). You can find this value in the Cloudflare dashboard. +The `{account_id}` argument is the [account ID](/fundamentals/setup/find-account-and-zone-ids/) (a hexadecimal string). You can find this value in the Cloudflare dashboard. The following table summarizes the available operations. -- GitLab