about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--src/libcore/marker.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcore/marker.rs b/src/libcore/marker.rs
index 4214bbb4ac4..1f9f319082a 100644
--- a/src/libcore/marker.rs
+++ b/src/libcore/marker.rs
@@ -638,7 +638,7 @@ unsafe impl<'a, T: ?Sized> Freeze for &'a mut T {}
 /// or it might replace one object with another without logically "moving" them with [`swap`].
 ///
 /// [`PinMut`]: ../mem/struct.PinMut.html
-/// [`PinBox`]: ../../alloc/boxed/struct.PinMut.html
+/// [`PinBox`]: ../../alloc/boxed/struct.PinBox.html
 /// [`DerefMut`]: ../ops/trait.DerefMut.html
 /// [`Deref`]: ../ops/trait.Deref.html
 /// [`swap`]: ../mem/fn.swap.html