diff --git a/src/content/docs/support/troubleshooting/http-status-codes/1xx-informational.mdx b/src/content/docs/support/troubleshooting/http-status-codes/1xx-informational.mdx index fa63702d2e11d7..81a27d55ce1977 100644 --- a/src/content/docs/support/troubleshooting/http-status-codes/1xx-informational.mdx +++ b/src/content/docs/support/troubleshooting/http-status-codes/1xx-informational.mdx @@ -50,4 +50,4 @@ The 102 Processing status code is commonly used in scenarios requiring long-run ### Cloudflare-specific information -If Cloudflare receives a 102 Processing response, it expects a final response within 100 seconds. Failure to receive this response results in an [ErrorĀ 522: Connection Timed Out](https://support.cloudflare.com/hc/articles/115003011431#522error). However, sending interim 102 Processing responses can help prevent [Error 524: A timeout error](https://support.cloudflare.com/hc/articles/115003011431#524error), ensuring that the connection remains active while the server processes the request. \ No newline at end of file +If Cloudflare receives a 102 Processing response, it expects a final response within 100 seconds. Failure to receive this response results in an [Error 522: Connection Timed Out](/support/troubleshooting/cloudflare-errors/troubleshooting-cloudflare-5xx-errors/#error-522-connection-timed-out). However, sending interim 102 Processing responses can help prevent [Error 524: A timeout occurred](/support/troubleshooting/cloudflare-errors/troubleshooting-cloudflare-5xx-errors/#error-524-a-timeout-occurred), ensuring that the connection remains active while the server processes the request.