Martijn Visser created FLINK-38914:
--------------------------------------
Summary: Redirect users to deeplink when visiting an outdated or
master docs page (instead of stable)
Key: FLINK-38914
URL: https://issues.apache.org/jira/browse/FLINK-38914
Project: Flink
Issue Type: Improvement
Components: Documentation
Reporter: Martijn Visser
Assignee: Martijn Visser
Currently, users see this message for unreleased docs:
{code:html}
This documentation is for an unreleased version of Apache Flink. We recommend
you use the latest stable version.
{code}
and this for older content:
{code:html}
This documentation is for an out-of-date version of Apache Flink. We recommend
you use the latest stable version.
{code}
In both cases, users are redirect to "just"
https://nightlies.apache.org/flink/flink-docs-stable/, effectively being
redirected to the main docs instead of the specific page they were visiting. We
should redirect the user to the same page that they're currently on, just the
stable version. If that page doesn't exist, it either has an alias to redirect
the user to the right, new location, or we see that it's a 404 and then
redirect the user to the homepage.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)