[
https://issues.apache.org/jira/browse/FLINK-5751?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15860222#comment-15860222
]
Patrick Lucas commented on FLINK-5751:
--------------------------------------
I've actually run into quite a few broken links in the docs in the past few
days. For example, there are a number of links to {{/dev/api_concepts}} which
are missing {{.html}}. (In the repo, run \[1])
In many of the pages are tables, encoded in the markdown files as raw HTML,
which have many broken links as well (eg.
[here|https://ci.apache.org/projects/flink/flink-docs-release-1.2/dev/batch/index.html#dataset-transformations],
though here usually because they are hard-coded to start with `/` instead of
prefixing `{{ site.baseurl }}` like the non-HTML links.
I think I might put together a script to try to find broken links in the docs,
as there seem to be many of them.
\[1]
{code}git grep -e api_concepts[^\\.]{code}
P.S. I'll give a dollar to anyone who can tell me how to put that {{git grep}}
snippet on the same line as other text in JIRA...
> 404 in documentation
> --------------------
>
> Key: FLINK-5751
> URL: https://issues.apache.org/jira/browse/FLINK-5751
> Project: Flink
> Issue Type: Bug
> Components: Documentation
> Reporter: Colin Breame
> Priority: Trivial
>
> This page:
> https://ci.apache.org/projects/flink/flink-docs-release-1.2/quickstart/setup_quickstart.html
> Contains a link with title "Flink on Windows" with URL:
> -
> https://ci.apache.org/projects/flink/flink-docs-release-1.2/setup/flink_on_windows
> This gives a 404. It should be:
> -
> https://ci.apache.org/projects/flink/flink-docs-release-1.2/setup/flink_on_windows.html
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)