You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Nico Kruber (JIRA)" <ji...@apache.org> on 2017/02/14 14:36:41 UTC

[jira] [Created] (FLINK-5796) broken links in the docs

Nico Kruber created FLINK-5796:
----------------------------------

             Summary: 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)