mirror of
https://github.com/benjaminion/upgrading-ethereum-book.git
synced 2026-01-09 14:38:08 -05:00
Also find empty links
This commit is contained in:
@@ -87,3 +87,8 @@ FNR == NR {
|
||||
$0 = substr($0, RSTART + RLENGTH)
|
||||
}
|
||||
}
|
||||
|
||||
# Any empty links
|
||||
/\[[^]]+\]\(\)/ {
|
||||
print("Empty link, line " FNR)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user