diff --git a/errors/react-hydration-error.mdx b/errors/react-hydration-error.mdx index ccd61ede34bd0..e936ed16ef51d 100644 --- a/errors/react-hydration-error.mdx +++ b/errors/react-hydration-error.mdx @@ -23,7 +23,7 @@ Hydration errors can occur from: 5. [Browser extensions](https://github.com/facebook/react/issues/24430) modifying the HTML 6. Incorrectly configured [CSS-in-JS libraries](https://nextjs.org/docs/app/building-your-application/styling/css-in-js) 1. Ensure your code is following [our official examples](https://github.com/vercel/next.js/tree/canary/examples) -7. Incorrectly configured Edge/CDN that attempts to modify the html response, such as Cloudflare [Auto Minify](https://developers.cloudflare.com/speed/optimization/content/auto-minify/) +7. Incorrectly configured Edge/CDN that attempts to modify the html response, such as Cloudflare [Auto Minify](https://developers.cloudflare.com/speed/optimization/content/troubleshooting/disable-auto-minify/) ## Possible Ways to Fix It