diff --git a/_contrib/bco-htmlproof b/_contrib/bco-htmlproof
index 68e399e5..54f4cbe0 100755
--- a/_contrib/bco-htmlproof
+++ b/_contrib/bco-htmlproof
@@ -30,6 +30,7 @@ HTML::Proofer.new(
'#', ## hrefs pointing to the current page (htmlproofer fails them)
/^$/, ## anchors with no href attribute set (for clickable javascript elements)
/^\/bin/, ## /bin dir is not part of repository; holds Bitcoin Core binaries
+ 'bitcoin:1GwV7fPX97hmavc6iNrUZUogmjpLPrPFoE?amount=0.00319&label=Donation%20to%20Bitcoin.org', ## bitcoin address handlers
/^\/stats/ ## /stats dir is not part of repository; generated by separate stats script
],