Fix broken links

This commit is contained in:
Philipp Oppermann
2017-01-04 16:36:25 +01:00
parent ae1c9b3739
commit a8847c22ef
5 changed files with 6 additions and 6 deletions

View File

@@ -412,7 +412,7 @@ extern "C" fn divide_by_zero_handler() -> ! {
loop {}
}
```
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.
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]: http://wiki.osdev.org/Exceptions#Divide-by-zero_Error