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:
    ACK cd610464ec
  apoelstra:
    ACK cd610464ec17b59fedc875e4da75ec4217d6b784; successfully ran local tests; lol sure

Tree-SHA512: e960227344d32ce38cb28909eeca18b78693f267977e6da73d3b8a58d06db34e610c12288df56eb66f97fdf676eaf3abeaccf14a6aa37bebb7d185556ce543a4
This commit is contained in:
merge-script 2025-05-23 14:10:16 +00:00
commit 3784573269
No known key found for this signature in database
GPG Key ID: C588D63CE41B97C1
1 changed files with 1 additions and 1 deletions

View File

@ -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