Merge rust-bitcoin/rust-bitcoin#4545: fix dead link CONTRIBUTING.md
cd610464ec
fix dead link CONTRIBUTING.md (Fallengirl) Pull request description: Hi devs! I replaced dead link `https://github.com/bitcoin/bips/blob/master/bip-0000.mediawiki` to `https://github.com/bitcoin/bips/blob/master/bip-0001.mediawiki` thanks ACKs for top commit: tcharding: ACKcd610464ec
apoelstra: ACK cd610464ec17b59fedc875e4da75ec4217d6b784; successfully ran local tests; lol sure Tree-SHA512: e960227344d32ce38cb28909eeca18b78693f267977e6da73d3b8a58d06db34e610c12288df56eb66f97fdf676eaf3abeaccf14a6aa37bebb7d185556ce543a4
This commit is contained in:
commit
3784573269
|
@ -419,7 +419,7 @@ hacking on this codebase. Consider the following format, not all sections will b
|
|||
///
|
||||
/// ### Relevant BIPs
|
||||
///
|
||||
/// * [BIP X - FooBar in Bitcoin](https://github.com/bitcoin/bips/blob/master/bip-0000.mediawiki)
|
||||
/// * [BIP X - FooBar in Bitcoin](https://github.com/bitcoin/bips/blob/master/bip-0001.mediawiki)
|
||||
pub struct FooBar {
|
||||
/// The version in use.
|
||||
pub version: Version
|
||||
|
|
Loading…
Reference in New Issue