File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -21,9 +21,9 @@ use core::{ptr, slice};
21
21
///
22
22
/// # Accessing `BootServices`
23
23
///
24
- /// A reference to `BootServices` can only be accessed by calling [`boot_services`].
24
+ /// A reference to `BootServices` can only be accessed by calling [`SystemTable:: boot_services`].
25
25
///
26
- /// [`boot_services`]: crate::table::SystemTable::boot_services
26
+ /// [`SystemTable:: boot_services`]: crate::table::SystemTable::boot_services
27
27
///
28
28
/// # Accessing protocols
29
29
///
Original file line number Diff line number Diff line change @@ -21,9 +21,9 @@ use core::{fmt, ptr};
21
21
///
22
22
/// # Accessing `RuntimeServices`
23
23
///
24
- /// A reference to `RuntimeServices` can only be accessed by calling [`runtime_services`].
24
+ /// A reference to `RuntimeServices` can only be accessed by calling [`SystemTable:: runtime_services`].
25
25
///
26
- /// [`runtime_services`]: crate::table::SystemTable::runtime_services
26
+ /// [`SystemTable:: runtime_services`]: crate::table::SystemTable::runtime_services
27
27
#[ repr( C ) ]
28
28
pub struct RuntimeServices {
29
29
header : Header ,
You can’t perform that action at this time.
0 commit comments