From 51f1e401beb36292f7f071564901b64445cad85b Mon Sep 17 00:00:00 2001 From: Aurora Date: Thu, 15 Sep 2016 17:34:31 +0200 Subject: [PATCH] Updated Dev branch only options and features (markdown) --- Dev-branch-only-options-and-features.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: