mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 01:36:13 +00:00
Fix Makefile to allow empty anchor href attributes
This commit is contained in:
parent
37f68c2afe
commit
bcc4b1fad5
1 changed files with 1 additions and 0 deletions
|
@ -28,6 +28,7 @@ HTML::Proofer.new(
|
|||
## Links to ignore
|
||||
:href_ignore => [
|
||||
'#', ## 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
|
||||
/^\/stats/ ## /stats dir is not part of repository; generated by separate stats script
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue