Move docs from book/ to docs/ (#8469)

automerge
This commit is contained in:
Justin Starry
2020-02-26 23:11:38 +08:00
committed by GitHub
parent 8839dbfe5b
commit 021d0a46f8
140 changed files with 56 additions and 58 deletions

View File

@ -317,7 +317,7 @@ impl RepairService {
);
}
// Update the gossiped structure used for the "Repairmen" repair protocol. See book
// Update the gossiped structure used for the "Repairmen" repair protocol. See docs
// for details.
fn update_epoch_slots(
id: Pubkey,

View File

@ -1,6 +1,6 @@
//! Fork Selection Simulation
//!
//! Description of the algorithm can be found in [book/src/fork-selection.md](book/src/fork-selection.md).
//! Description of the algorithm can be found in [docs/src/fork-selection.md](docs/src/fork-selection.md).
//!
//! A test library function exists for configuring networks.
//! ```