mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 01:36:13 +00:00
bco-htmlproof: Exempt address handler
This commit is contained in:
parent
9a69c3fe6b
commit
d503fe0a30
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
],
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue