From 1609a4f576d300c92f3e85c55c3cea454ace04ca Mon Sep 17 00:00:00 2001 From: boskodev790 Date: Thu, 23 Apr 2026 04:03:40 +0200 Subject: [PATCH] Fix broken BIP 3 reference in bip-0347 and bip-0360 changelogs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Both BIPs added a changelog entry on 2026-01-23 referencing the updated BIP Process meta-BIP with the wrong form: - bip-0360.mediawiki:404 rendered `[[bip-0003.mediawiki|BIP 003]]`, but the actual file is `bip-0003.md`. The MediaWiki link therefore failed to resolve to the BIP 3 page on the bitcoin/bips GitHub wiki render and on the bips.dev / bip339 style mirrors — readers of the bip-0360 changelog landed on a 404. - bip-0347.mediawiki:170 wrote the same reference as bare text `BIP 003` with no link at all, so readers of bip-0347 had no way to navigate to the BIP 3 they were meant to follow. Rewrite both entries to use the canonical form `[[bip-0003.md|BIP 3]]`: - `bip-0003.md` matches the actual filename. - `BIP 3` matches the display text convention the README (line 40) and every other BIP in this repository already use when linking to bip-0003 — "BIP 003" with the three-digit zero-pad appears nowhere else in the repo for any BIP and is not part of the display style described in BIP 2. Also drops the trailing whitespace on the bip-0347 line while we are there (the `typos` CI tolerates it but it is inconsistent with every other line in the same changelog block). --- bip-0347.mediawiki | 2 +- bip-0360.mediawiki | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bip-0347.mediawiki b/bip-0347.mediawiki index 319f75b8d6..93ec871afe 100644 --- a/bip-0347.mediawiki +++ b/bip-0347.mediawiki @@ -167,7 +167,7 @@ A full test suite with additional vectors can be found at the Bitcoin [https://g ==Changelog== * __1.0.0__ (2026-03-01) - Marked as complete. -* __0.3.1__ (2026-01-23) - Made compliant with BIP 003, use cases added. +* __0.3.1__ (2026-01-23) - Made compliant with [[bip-0003.md|BIP 3]], use cases added. * __0.3.0__ (2024-05-06) - Merged to BIP repo * __0.2.0__ (2024-04-24) - Assigned BIP number * __0.1.0__ (2023-12-11) - Initial draft posted diff --git a/bip-0360.mediawiki b/bip-0360.mediawiki index 7a3f00447d..2f8f4fc530 100644 --- a/bip-0360.mediawiki +++ b/bip-0360.mediawiki @@ -401,7 +401,7 @@ To help implementers understand updates to this BIP, we keep a list of substanti * __0.11.0__ (2026-02-10) - Rename BIP from Pay-to-Tapscript-Hash (P2TSH) to Pay-to-Merkle-Root (P2MR) * __0.10.3__ (2026-02-06) - Rename tapscript-native output type to script tree output type. -* __0.10.2__ (2026-01-23) - Fix bug in verification, minor review comments and adopt [[bip-0003.mediawiki|BIP 003]] conventions. +* __0.10.2__ (2026-01-23) - Fix bug in verification, minor review comments and adopt [[bip-0003.md|BIP 3]] conventions. * __0.10.1__ (2026-01-21) - Terminology and clarity improvements, addressed feedback from reviews. * __0.10.0__ (2025-09-17) - Rewrote BIP for clarity and renamed from P2QRH to P2TSH * __0.9.0__ (2025-07-20) - Changed the Witness Version from 3 to 2.