X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/d63eaa465e157dd289a80738c5da83edaf03e784..f3cb43d4be379703a965a1cb14cae5f5c855728f:/doc/Rakefile diff --git a/doc/Rakefile b/doc/Rakefile index 2b4b6af2e0..4427f7822e 100644 --- a/doc/Rakefile +++ b/doc/Rakefile @@ -160,7 +160,8 @@ task :linkchecker => [ :generate ] do Dir.chdir(".site") do `which linkchecker` if $? == 0 - system "linkchecker index.html --ignore-url='!file://'" or exit $?.exitstatus + # we need --check-extern to check relative links, weird but true + system "linkchecker index.html --check-extern --ignore-url='!file://'" or exit $?.exitstatus else puts "Warning: linkchecker not found, skipping run".colorize(:light_red) end