script: catch relative BIP links in mediawiki files #2282

pull kriss39 wants to merge 1 commits into bitcoin:master from kriss39:fix/mediawiki-relative-link-check changing 1 files +1 −1
  1. kriss39 commented at 1:19 PM on September 11, 2026: contributor

    The current MediaWiki link check misses a few Markdown-style relative BIP links, for example:

    • [text](bip-0340.mediawiki)
    • [text](./bip-0340.mediawiki)
    • [text](../../bip-0340.mediawiki)

    Because of that, these links can pass CI even though they use Markdown syntax inside a .mediawiki file.

    This updates the existing regex so relative BIP links are caught consistently, including ./, ../, deeper parent paths, and root-relative paths.

    Valid MediaWiki links are unaffected.

  2. script: catch relative BIP links in mediawiki files 43bd57b707
  3. murchandamus added the label CI on Sep 11, 2026
  4. murchandamus added the label Bug fix on Sep 11, 2026
  5. murchandamus commented at 7:20 PM on September 11, 2026: member

    ACK 43bd57b707de8c7d5b006095710103fde0abb30a

    LGTM

  6. murchandamus merged this on Sep 11, 2026
  7. murchandamus closed this on Sep 11, 2026

Labels

github-metadata-mirror

This is a metadata mirror of the GitHub repository bitcoin/bips. This site is not affiliated with GitHub. Content is generated from a GitHub metadata backup.
generated: 2026-09-13 01:10 UTC

This site is hosted by @0xB10C
More mirrored repositories can be found on mirror.b10c.me