about summary refs log tree commit diff
path: root/src/libcore/marker.rs
diff options
context:
space:
mode:
authorSteve Klabnik <steve@steveklabnik.com>2017-02-21 01:15:29 -0500
committerSteve Klabnik <steve@steveklabnik.com>2017-02-21 14:02:12 -0500
commit3eb84341506d4124290dc81f598334d774360408 (patch)
treecef53def9b729deab927f348b0af727de3fe362c /src/libcore/marker.rs
parent4305b67d316394da2483213fdbf80d321507bad2 (diff)
downloadrust-3eb84341506d4124290dc81f598334d774360408.tar.gz
rust-3eb84341506d4124290dc81f598334d774360408.zip
Get linkchecker clean
This affects the book, some missed things in the reference, the grammar,
and the standard library. Whew!
Diffstat (limited to 'src/libcore/marker.rs')
-rw-r--r--src/libcore/marker.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libcore/marker.rs b/src/libcore/marker.rs
index ede22ccddc6..1e9eaaf5f32 100644
--- a/src/libcore/marker.rs
+++ b/src/libcore/marker.rs
@@ -36,7 +36,7 @@ use hash::Hasher;
 ///
 /// [`Rc`]: ../../std/rc/struct.Rc.html
 /// [arc]: ../../std/sync/struct.Arc.html
-/// [ub]: ../../reference.html#behavior-considered-undefined
+/// [ub]: ../../reference/behavior-considered-undefined.html
 #[stable(feature = "rust1", since = "1.0.0")]
 #[lang = "send"]
 #[rustc_on_unimplemented = "`{Self}` cannot be sent between threads safely"]
@@ -338,7 +338,7 @@ pub trait Copy : Clone {
 /// [mutex]: ../../std/sync/struct.Mutex.html
 /// [rwlock]: ../../std/sync/struct.RwLock.html
 /// [unsafecell]: ../cell/struct.UnsafeCell.html
-/// [ub]: ../../reference.html#behavior-considered-undefined
+/// [ub]: ../../reference/behavior-considered-undefined.html
 /// [transmute]: ../../std/mem/fn.transmute.html
 #[stable(feature = "rust1", since = "1.0.0")]
 #[lang = "sync"]