We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 91a8496 + a402cb0 commit 7c562eeCopy full SHA for 7c562ee
library/alloc/src/vec/mod.rs
@@ -378,8 +378,8 @@ mod spec_extend;
378
/// Currently, `Vec` does not guarantee the order in which elements are dropped.
379
/// The order has changed in the past and may change again.
380
///
381
-/// [`get`]: ../../std/vec/struct.Vec.html#method.get
382
-/// [`get_mut`]: ../../std/vec/struct.Vec.html#method.get_mut
+/// [`get`]: slice::get
+/// [`get_mut`]: slice::get_mut
383
/// [`String`]: crate::string::String
384
/// [`&str`]: type@str
385
/// [`shrink_to_fit`]: Vec::shrink_to_fit
0 commit comments