From ec8a01a4798ca76b09e4c626fc47eb8cab960e24 Mon Sep 17 00:00:00 2001 From: Gray Olson Date: Mon, 25 Sep 2023 13:35:39 +0200 Subject: [PATCH] fix one more broken link --- library/core/src/pin.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`]: ../../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"