We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bff410a commit b432aa6Copy full SHA for b432aa6
uefi-macros/src/lib.rs
@@ -55,7 +55,7 @@ macro_rules! err {
55
/// assert_eq!(ExampleProtocol2::GUID, PROTO_GUID);
56
/// ```
57
///
58
-/// [`Identify`]: https://docs.rs/uefi/latest/uefi/trait.Identify.html
+/// [`Identify`]: https://docs.rs/uefi/latest/uefi/data_types/trait.Identify.html
59
/// [`Protocol`]: https://docs.rs/uefi/latest/uefi/proto/trait.Protocol.html
60
/// [send-and-sync]: https://doc.rust-lang.org/nomicon/send-and-sync.html
61
#[proc_macro_attribute]
0 commit comments