Skip to content

Commit b432aa6

Browse files
uefi-macros: Fix Identify link
1 parent bff410a commit b432aa6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

uefi-macros/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ macro_rules! err {
5555
/// assert_eq!(ExampleProtocol2::GUID, PROTO_GUID);
5656
/// ```
5757
///
58-
/// [`Identify`]: https://docs.rs/uefi/latest/uefi/trait.Identify.html
58+
/// [`Identify`]: https://docs.rs/uefi/latest/uefi/data_types/trait.Identify.html
5959
/// [`Protocol`]: https://docs.rs/uefi/latest/uefi/proto/trait.Protocol.html
6060
/// [send-and-sync]: https://doc.rust-lang.org/nomicon/send-and-sync.html
6161
#[proc_macro_attribute]

0 commit comments

Comments
 (0)