Skip to content

Commit 648e7ac

Browse files
author
Amanda Butler
authored
Fix link format in debug_fault_exception.md
Point to relevant link instead of absolute link.
1 parent ddf7122 commit 648e7ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorials/debug/debug_fault_exception.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ For example, Cortex-M0/M0+ processors (or any ARMv6M processors) do not have Mem
1717

1818
Below is an example of the crash dump (with a description of registers) that the Mbed OS fault exception handler generates. Note that the system also invokes the Mbed OS error handler when an exception happens and prints out the error information, as well.
1919

20-
Please see the [Error API reference](https://os.mbed.com/docs/latest/apis/error-handling.html) for more about error information.
20+
Please see the [Error API reference](/docs/development/apis/error-handling.html) for more about error information.
2121

2222
```
2323
++ MbedOS Fault Handler ++

0 commit comments

Comments
 (0)