diff options
| author | Steve Klabnik <steve@steveklabnik.com> | 2017-02-21 01:15:29 -0500 |
|---|---|---|
| committer | Steve Klabnik <steve@steveklabnik.com> | 2017-02-21 14:02:12 -0500 |
| commit | 3eb84341506d4124290dc81f598334d774360408 (patch) | |
| tree | cef53def9b729deab927f348b0af727de3fe362c /src/libcore/marker.rs | |
| parent | 4305b67d316394da2483213fdbf80d321507bad2 (diff) | |
| download | rust-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.rs | 4 |
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"] |
