about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFlorian Hartwig <florian.j.hartwig@gmail.com>2015-12-26 00:01:10 +0100
committerFlorian Hartwig <florian.j.hartwig@gmail.com>2015-12-26 00:01:10 +0100
commit0cf5083b24a9e71524ab90695c616d85cf3d4884 (patch)
tree34b1c51da182f10486b6f17724d4718958b128af
parent711f11e8d607b3ecf297366fa704b5200709d12d (diff)
downloadrust-0cf5083b24a9e71524ab90695c616d85cf3d4884.tar.gz
rust-0cf5083b24a9e71524ab90695c616d85cf3d4884.zip
Fix link that is currently broken due to bad markup
-rw-r--r--src/libstd/lib.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/libstd/lib.rs b/src/libstd/lib.rs
index e66cc49290a..9c20a48d425 100644
--- a/src/libstd/lib.rs
+++ b/src/libstd/lib.rs
@@ -76,7 +76,7 @@
 //! `i32`](primitive.i32.html) that lists all the methods that can be called on
 //! 32-bit integers (very useful), and there is a [page for the module
 //! `std::i32`](i32/index.html) that documents the constant values [`MIN`] and
-//! [`MAX`] (rarely useful).
+//! [`MAX`](i32/constant.MAX.html) (rarely useful).
 //!
 //! Note the documentation for the primitives [`str`] and [`[T]`][slice] (also
 //! called 'slice'). Many method calls on [`String`] and [`Vec<T>`] are actually
@@ -153,7 +153,6 @@
 //!
 //! [I/O]: io/index.html
 //! [`MIN`]: i32/constant.MIN.html
-//! [`MAX`]: i32/constant.MAX.html
 //! [TCP]: net/struct.TcpStream.html
 //! [The Rust Prelude]: prelude/index.html
 //! [UDP]: net/struct.UdpSocket.html