about summary refs log tree commit diff
diff options
context:
space:
mode:
authorGray Olson <gray@grayolson.com>2023-09-25 13:35:39 +0200
committerManish Goregaokar <manishsmail@gmail.com>2024-01-07 08:56:04 -0800
commitec8a01a4798ca76b09e4c626fc47eb8cab960e24 (patch)
treed14cb7ce1c211c5466425638716b16dd70384bec
parent584f0986fcec6e2cb61d9753a9ccf3ff951d0b3a (diff)
downloadrust-ec8a01a4798ca76b09e4c626fc47eb8cab960e24.tar.gz
rust-ec8a01a4798ca76b09e4c626fc47eb8cab960e24.zip
fix one more broken link
-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"