Update address

Update address
This commit is contained in:
Cøbra 2020-06-26 01:25:10 +02:00 committed by GitHub
parent c1030e92f3
commit 6d8fa5e677
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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:3NSG2UvEaoHUJZcd5nRXiFsq7EnSP93GCR', ## bitcoin address handlers
'bitcoin:3E8ociqZa9mZUSwGdSmAEMAoAxBK3FNDcd', ## bitcoin address handlers
/^\/stats/ ## /stats dir is not part of repository; generated by separate stats script
],