[
https://issues.apache.org/jira/browse/FLINK-5796?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15865900#comment-15865900
]
ASF GitHub Bot commented on FLINK-5796:
---------------------------------------
GitHub user NicoK opened a pull request:
https://github.com/apache/flink/pull/3308
[FLINK-5796] fix some broken links in the docs
this probably also applies to the release-1.2 docs
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/NicoK/flink flink-5796
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/3308.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #3308
----
commit 39410e8e1819f142480daf0ae0d9f8acbd7dcf9d
Author: Nico Kruber <[email protected]>
Date: 2017-02-14T14:56:11Z
[FLINK-5796] fix some broken links in the docs
----
> 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)