about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--library/core/src/pin.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/core/src/pin.rs b/library/core/src/pin.rs
index 146708f45cb..dcabf359f52 100644
--- a/library/core/src/pin.rs
+++ b/library/core/src/pin.rs
@@ -784,7 +784,7 @@
 //! [Rc]: ../../std/rc/struct.Rc.html "rc::Rc"
 //! [`Vec<T>`]: ../../std/vec/struct.Vec.html
 //! [Vec]: ../../std/vec/struct.Vec.html "Vec"
-//! [`Vec`]: ../../std/vec/struct/Vec.html "Vec"
+//! [`Vec`]: ../../std/vec/struct.Vec.html "Vec"
 //! [`Vec::set_len`]: ../../std/vec/struct.Vec.html#method.set_len "Vec::set_len"
 //! [Vec::pop]: ../../std/vec/struct.Vec.html#method.pop "Vec::pop"
 //! [Vec::push]: ../../std/vec/struct.Vec.html#method.push "Vec::push"