bco-htmlproof: Drop handler link

This commit is contained in:
Will Binns 2017-05-09 02:44:33 -06:00
parent c9ece81780
commit 9a69c3fe6b
No known key found for this signature in database
GPG key ID: 302EBEAEEB74A404

View file

@ -31,7 +31,6 @@ HTML::Proofer.new(
/^$/, ## anchors with no href attribute set (for clickable javascript elements) /^$/, ## anchors with no href attribute set (for clickable javascript elements)
/^\/bin/, ## /bin dir is not part of repository; holds Bitcoin Core binaries /^\/bin/, ## /bin dir is not part of repository; holds Bitcoin Core binaries
/^\/stats/ ## /stats dir is not part of repository; generated by separate stats script /^\/stats/ ## /stats dir is not part of repository; generated by separate stats script
/^\/bitcoin:/ ## handler link for bitcoin addresses (requires wallet in addition to browser)
], ],
## Mangle links. If we enable external link checking, this will ## Mangle links. If we enable external link checking, this will