aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorJim Newsome <jnewsome@torproject.org>2023-11-08 16:19:52 -0600
committerJim Newsome <jnewsome@torproject.org>2023-11-08 16:19:52 -0600
commit74c86c007a5dd43b4e1652f6afc50ac8cd49ddd6 (patch)
treedb4f34876b6a145071a059e3560944acbf00fe2c /bin
parentb567eaf9e6b84111ea019d7c89a39e671fbaaf13 (diff)
downloadtorspec-74c86c007a5dd43b4e1652f6afc50ac8cd49ddd6.tar.gz
torspec-74c86c007a5dd43b4e1652f6afc50ac8cd49ddd6.zip
check_links: enable linklint local link checking
Diffstat (limited to 'bin')
-rwxr-xr-xbin/check_links2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/check_links b/bin/check_links
index 890ac30..d9ba4c3 100755
--- a/bin/check_links
+++ b/bin/check_links
@@ -24,7 +24,7 @@ xargs -0r -- perl -i~ -pe '
s{\bid=("[^"]+")[^<>]*\>}{$&<a name=$1>}g;
'
-linklint -out linklint.errors -error -root $chk_dir /
+linklint -out linklint.errors -error -root $chk_dir /@
cat linklint.errors