From 60678fdb61c3c489f440f2e795afe84ad79c74f0 Mon Sep 17 00:00:00 2001 From: Eliza Weisman Date: Sat, 28 Dec 2024 20:31:22 -0800 Subject: [PATCH] blegh rustdoc --- hal-x86_64/src/interrupt.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hal-x86_64/src/interrupt.rs b/hal-x86_64/src/interrupt.rs index d2869542..17200169 100644 --- a/hal-x86_64/src/interrupt.rs +++ b/hal-x86_64/src/interrupt.rs @@ -137,7 +137,7 @@ pub enum MaskError { /// ISA interrupt vectors /// -/// See: https://wiki.osdev.org/Interrupts#General_IBM-PC_Compatible_Interrupt_Information +/// See: [the other wiki](https://wiki.osdev.org/Interrupts#General_IBM-PC_Compatible_Interrupt_Information) #[derive(Copy, Clone, Debug)] #[repr(u8)] pub enum IsaInterrupt {