docs: update repository links (#9159)

* docs: update repository links

* docs: update repository links in contribution guide
This commit is contained in:
Afri Schoedon
2018-07-23 13:58:50 +02:00
committed by Marek Kotewicz
parent d436eddc6a
commit 8dd4db5d85
11 changed files with 290 additions and 290 deletions

View File

@@ -36,7 +36,7 @@
//! curl https://sh.rustup.rs -sSf | sh
//!
//! # download and build parity
//! git clone https://github.com/paritytech/parity
//! git clone https://github.com/paritytech/parity-ethereum
//! cd parity
//! cargo build --release
//! ```
@@ -49,7 +49,7 @@
//! curl https://sh.rustup.rs -sSf | sh
//!
//! # download and build parity
//! git clone https://github.com/paritytech/parity
//! git clone https://github.com/paritytech/parity-ethereum
//! cd parity
//! cargo build --release
//! ```

View File

@@ -17,7 +17,7 @@
//! Snapshot creation, restoration, and network service.
//!
//! Documentation of the format can be found at
//! https://github.com/paritytech/parity/wiki/Warp-Sync-Snapshot-Format
//! https://wiki.parity.io/Warp-Sync-Snapshot-Format
use std::collections::{HashMap, HashSet};
use std::sync::Arc;

View File

@@ -952,7 +952,7 @@ mod tests {
use views::BlockView;
use tempdir::TempDir;
// https://github.com/paritytech/parity/issues/1840
// https://github.com/paritytech/parity-ethereum/issues/1840
#[test]
fn test_load_empty() {
let tempdir = TempDir::new("").unwrap();