diff --git a/Dev-branch-only-options-and-features.md b/Dev-branch-only-options-and-features.md index 64838ad..9a07faa 100644 --- a/Dev-branch-only-options-and-features.md +++ b/Dev-branch-only-options-and-features.md @@ -19,7 +19,7 @@ Exception handlers give invaluable information when debugging crashes (reads/wri Luma3DS handle CPU exceptions for itself, chainloaded arm9 payloads, and NATIVE_FIRM too. For NATIVE_FIRM, it handles `svcBreak` and kernel panics as well. -To parse a crash dump produced by Luma3DS, use [this parser script](https://raw.githubusercontent.com/AuroraWright/Luma3DS/developer/exceptions/exception_dump_parser.py). +To parse a crash dump produced by Luma3DS, use [this parser script](https://raw.githubusercontent.com/AuroraWright/Luma3DS/master/exceptions/exception_dump_parser.py). ## Other exclusive features: