From d503fe0a30d8aa071494a3cd760222107532fe00 Mon Sep 17 00:00:00 2001 From: Will Binns Date: Tue, 9 May 2017 07:37:33 -0600 Subject: [PATCH] bco-htmlproof: Exempt address handler --- _contrib/bco-htmlproof | 1 + 1 file changed, 1 insertion(+) 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 ],