From 9906cd1f9ac4d246b6d5ce45e7bf127b41d3d81e Mon Sep 17 00:00:00 2001 From: Uladzislau Hramyka Date: Sat, 11 Oct 2025 11:00:06 +0300 Subject: [PATCH] fix: correct example link to minified error on /errors index page --- src/content/errors/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/errors/index.md b/src/content/errors/index.md index 25746d25d8e..d4fc3927a92 100644 --- a/src/content/errors/index.md +++ b/src/content/errors/index.md @@ -7,4 +7,4 @@ In the minified production build of React, we avoid sending down full error mess We highly recommend using the development build locally when debugging your app since it tracks additional debug info and provides helpful warnings about potential problems in your apps, but if you encounter an exception while using the production build, the error message will include just a link to the docs for the error. -For an example, see: [https://react.dev/errors/149](/errors/421). +For an example, see: [https://react.dev/errors/149](/errors/149).