Skip to content

Commit aa55fe4

Browse files
committed
docs: apply a hyperlink style
1 parent 7def2db commit aa55fe4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/structures/idt.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -764,7 +764,7 @@ pub struct InterruptStackFrameValue {
764764
/// handler returns. For most interrupts, this value points to the instruction immediately
765765
/// following the last executed instruction. However, for some exceptions (e.g., page faults),
766766
/// this value points to the faulting instruction, so that the instruction is restarted on
767-
/// return. See the documentation of the `InterruptDescriptorTable` fields for more details.
767+
/// return. See the documentation of the [`InterruptDescriptorTable`] fields for more details.
768768
pub instruction_pointer: VirtAddr,
769769
/// The code segment selector, padded with zeros.
770770
pub code_segment: u64,

0 commit comments

Comments
 (0)