]> git.lizzy.rs Git - rust.git/commit
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)
commitb6e5f1bfe8f10ad457237c08c8e4c346eac9bf07
treeab8ad781c0d2075a0fe6cdddf88a7b712dde3adf
parent6ecb011a58b21e430dfdc6930225eb6031fa395d
parent97a9507232a714b8c9a4341901002f0b761210db
rollup merge of #22112: mbudde/std-cell-doc-fix

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).