Browse Source

docs: fix bytemuck links in `#[account]` page (#1616)

Matthew Callens 3 years ago
parent
commit
905968d5ab
1 changed files with 2 additions and 2 deletions
  1. 2 2
      lang/attribute/account/src/lib.rs

+ 2 - 2
lang/attribute/account/src/lib.rs

@@ -56,8 +56,8 @@ mod id;
 ///
 /// To facilitate this, all fields in an account must be constrained to be
 /// "plain old  data", i.e., they must implement
-/// [`Pod`](../bytemuck/trait.Pod.html). Please review the
-/// [`safety`](../bytemuck/trait.Pod.html#safety)
+/// [`Pod`](https://docs.rs/bytemuck/latest/bytemuck/trait.Pod.html). Please review the
+/// [`safety`](https://docs.rs/bytemuck/latest/bytemuck/trait.Pod.html#safety)
 /// section before using.
 #[proc_macro_attribute]
 pub fn account(