From cd610464ec17b59fedc875e4da75ec4217d6b784 Mon Sep 17 00:00:00 2001 From: Fallengirl <155266340+Fallengirl@users.noreply.github.com> Date: Thu, 22 May 2025 19:57:15 +0200 Subject: [PATCH] fix dead link CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9787a84c4..bf35defc2 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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