Fix broken links

This commit is contained in:
Kenny Strawn
2023-01-25 18:47:56 -08:00
committed by Philipp Oppermann
parent ac94309114
commit 6cf6e32ee9
8 changed files with 8 additions and 8 deletions

View File

@@ -422,7 +422,7 @@ extern "C" fn divide_by_zero_handler() -> ! {
```
We register a single handler function for a [divide by zero error] \(index 0). Like the name says, this exception occurs when dividing a number by 0. Thus we have an easy way to test our new exception handler.
[divide by zero error]: https://wiki.osdev.org/Exceptions#Divide-by-zero_Error
[divide by zero error]: https://wiki.osdev.org/Exceptions#Division_Error
However, it doesn't work this way: