From d7ac886870a278683a12a49b3617df24948b5a5f Mon Sep 17 00:00:00 2001 From: nenizera Date: Sun, 12 Jan 2025 15:32:59 +0000 Subject: [PATCH] [crawl]Update troubleshooting-crawl-errors.mdx Replace link with https://developers.cloudflare.com/support/troubleshooting/http-status-codes/4xx-client-error/ --- .../general-troubleshooting/troubleshooting-crawl-errors.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/support/troubleshooting/general-troubleshooting/troubleshooting-crawl-errors.mdx b/src/content/docs/support/troubleshooting/general-troubleshooting/troubleshooting-crawl-errors.mdx index 260439a02e2f8d5..07e83b82f8118ce 100644 --- a/src/content/docs/support/troubleshooting/general-troubleshooting/troubleshooting-crawl-errors.mdx +++ b/src/content/docs/support/troubleshooting/general-troubleshooting/troubleshooting-crawl-errors.mdx @@ -67,7 +67,7 @@ Troubleshooting steps for the most commonly reported crawl errors are mentioned ### HTTP 4XX Errors -[HTTP 4XX errors](https://support.cloudflare.com/hc/articles/115003014512) are the most common type of crawl error. Cloudflare delivers these errors from your web server to Google. These errors are caused for various reasons such as a missing page on your web server or a malformed link in your HTML. The solution depends upon the problem encountered. +[HTTP 4XX errors](https://developers.cloudflare.com/support/troubleshooting/http-status-codes/4xx-client-error/) are the most common type of crawl error. Cloudflare delivers these errors from your web server to Google. These errors are caused for various reasons such as a missing page on your web server or a malformed link in your HTML. The solution depends upon the problem encountered. ### HTTP 5XX Errors