Skip to content

Commit 9906cd1

Browse files
committed
fix: correct example link to minified error on /errors index page
1 parent be77c2a commit 9906cd1

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)