Skip to content

Commit fd724e0

Browse files
committed
DOC: Minor tweaks to docs
1 parent 0c90469 commit fd724e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//! **arrayvec** provides the types `ArrayVec` and `ArrayString`:
1+
//! **arrayvec** provides the types [`ArrayVec`] and [`ArrayString`]:
22
//! array-backed vector and string types, which store their contents inline.
33
//!
44
//! The arrayvec package has the following cargo features:
@@ -21,7 +21,7 @@
2121
//!
2222
//! This version of arrayvec requires Rust 1.51 or later.
2323
//!
24-
#![doc(html_root_url="https://docs.rs/arrayvec/0.5/")]
24+
#![doc(html_root_url="https://docs.rs/arrayvec/0.6/")]
2525
#![cfg_attr(not(feature="std"), no_std)]
2626
#![cfg_attr(feature="unstable-const-fn", feature(const_fn, const_maybe_uninit_assume_init, const_panic))]
2727

0 commit comments

Comments
 (0)