From 553f66c79cd6a84b3b58139b20dfbd7d50bb000b Mon Sep 17 00:00:00 2001 From: NOT_A_ROBOT Date: Tue, 29 Jul 2025 08:39:59 +0700 Subject: [PATCH] Fix broken link in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 00d5070..952c99c 100644 --- a/README.md +++ b/README.md @@ -67,5 +67,5 @@ impl MyBigThing { ### Error.stackTraceLimit -Many browsers only capture the top 10 frames of a stack trace. In rust programs this is less likely to be enough. To see more frames, you can set the non-standard value `Error.stackTraceLimit`. For more information see the [MDN Web Docs](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Microsoft_Extensions/Error.stackTraceLimit) or [v8 docs](https://v8.dev/docs/stack-trace-api). +Many browsers only capture the top 10 frames of a stack trace. In rust programs this is less likely to be enough. To see more frames, you can set the non-standard value `Error.stackTraceLimit`. For more information see the [MDN Web Docs](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error/stackTraceLimit) or [v8 docs](https://v8.dev/docs/stack-trace-api).