You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by GitBox <gi...@apache.org> on 2019/05/15 16:51:42 UTC

[GitHub] [incubator-druid] gianm commented on a change in pull request #7658: Fix broken links in docs, add broken link checker.

gianm commented on a change in pull request #7658: Fix broken links in docs, add broken link checker.
URL: https://github.com/apache/incubator-druid/pull/7658#discussion_r284353540
 
 

 ##########
 File path: docs/_bin/deploy-docs.sh
 ##########
 @@ -88,6 +88,9 @@ remote=$(git -C "$druid" config --local --get "remote.$origin.url")
 git clone -q --depth 1 --branch $branch $remote "$src"
 
 if [ -n "$opt_docs" ] ; then
+  # Check for broken links
+  "$src/docs/_bin/broken-link-check.py" "$src/docs/content" "$src/docs/_redirects.json"
 
 Review comment:
   The bash script is running with mode `-e` so if any subcommand exits nonzero, it will automatically stop.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org