X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/5eacdd4d7ad270ac40448e1c5fdb29c9ae65e7fd..f35aae3c6732a7e08253367517c61ab3071086d1:/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