]> git.lizzy.rs Git - rust.git/commitdiff
rollup merge of #22112: mbudde/std-cell-doc-fix
authorAlex Crichton <alex@alexcrichton.com>
Tue, 10 Feb 2015 16:42:55 +0000 (08:42 -0800)
committerAlex Crichton <alex@alexcrichton.com>
Tue, 10 Feb 2015 16:42:55 +0000 (08:42 -0800)
Replace links to `../index.html` with `index.html` as they are linking to the `std` module and not `std::cell` as intended.

See for example [RefCell documentation](http://doc.rust-lang.org/std/cell/struct.RefCell.html).


Trivial merge