[
https://issues.apache.org/jira/browse/FLINK-5796?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15865894#comment-15865894
]
Robert Metzger commented on FLINK-5796:
---------------------------------------
Sorry, I don't have time for this right now.
I think we can integrate this check into the build docs script. This way, we
don't need to work on buildbot. (ideally this is put into a separate script
that is called from both the build docs script and buildbot) (I can do the
call in buildbot)
> broken links in the docs
> ------------------------
>
> Key: FLINK-5796
> URL: https://issues.apache.org/jira/browse/FLINK-5796
> Project: Flink
> Issue Type: Bug
> Components: Documentation
> Affects Versions: 1.3.0
> Reporter: Nico Kruber
>
> running a link checker on the locally-served flink docs yields the following
> broken links (same for online docs):
> {code}
> 15:21:55 Error: "Not Found " (404) at link 0.0.0.0:4000/dev/state (from
> 0.0.0.0:4000/dev/datastream_api.html)
> 15:21:55 Error: "Not Found " (404) at link
> 0.0.0.0:4000/monitoring/best_practices.html (from 0.0.0.0:4000/dev/batch/)
> 15:21:55 Error: "Not Found " (404) at link
> 0.0.0.0:4000/api/java/org/apache/flink/table/api/Table.html (from
> 0.0.0.0:4000/dev/table_api.html)
> 15:21:55 Error: "Not Found " (404) at link 0.0.0.0:4000/dev/state.html
> (from 0.0.0.0:4000/ops/state_backends.html)
> 15:21:55 Error: "Not Found " (404) at link
> 0.0.0.0:4000/internals/state_backends.html (from
> 0.0.0.0:4000/internals/stream_checkpointing.html)
> {code}
> FYI: command to replay:
> {{httrack http://0.0.0.0:4000/ -O "$PWD/flink-docs" --testlinks -%v
> --depth=9999 --ext-depth=0}}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)