Skip to content

Commit 7e24db5

Browse files
fix: correct example link to minified error on /errors index page (#8070)
1 parent 16e97fa commit 7e24db5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/errors/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ In the minified production build of React, we avoid sending down full error mess
77

88
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.
99

10-
For an example, see: [https://react.dev/errors/149](/errors/421).
10+
For an example, see: [https://react.dev/errors/149](/errors/149).

0 commit comments

Comments
 (0)