footer: Update htmlproofer exception; footer link

This commit is contained in:
Will Binns 2017-05-09 08:00:31 -06:00
parent d503fe0a30
commit 0d98dddbf7
No known key found for this signature in database
GPG key ID: 302EBEAEEB74A404
3 changed files with 3 additions and 3 deletions

View file

@ -30,7 +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
'bitcoin:1GwV7fPX97hmavc6iNrUZUogmjpLPrPFoE', ## bitcoin address handlers
/^\/stats/ ## /stats dir is not part of repository; generated by separate stats script
],