Skip to content

Commit d61a0cc

Browse files
authored
fix: broken error-handling link (NativeScript#1938)
1 parent 85b69ed commit d61a0cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/core-concepts/error-handling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ application.run({ moduleName: 'app-root' });
6767

6868
The example shows how to define a custom handler and three possible options for handling the error via [trace]({%slug trace%}) module or while using custom functionality.
6969

70-
Further info about the error handing in NativeScript can be found [here](https://github.com/NativeScript/NativeScript/blob/master/HandlingErrors.md).
70+
Further info about the error handing in NativeScript can be found [here](https://github.com/NativeScript/NativeScript/blob/master/tools/notes/HandlingErrors.md).
7171

7272
## Disabling rethrowing of uncaught JS exceptions to native
7373

0 commit comments

Comments
 (0)