docs: update repository links (#9159)
* docs: update repository links * docs: update repository links in contribution guide
This commit is contained in:
committed by
Marek Kotewicz
parent
d436eddc6a
commit
8dd4db5d85
@@ -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
|
||||
//! ```
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user