[
https://issues.apache.org/jira/browse/FLINK-1861?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14493772#comment-14493772
]
Maximilian Michels commented on FLINK-1861:
-------------------------------------------
[~rmetzger] Please clear your browser cache.
Just tested the redirect on the commandline to verify it's working:
{noformat}
nc flink.apache.org 80
GET /docs/stable HTTP/1.1
Host: flink.apache.org
HTTP/1.1 301 Moved Permanently
Date: Tue, 14 Apr 2015 08:15:35 GMT
Server: Apache/2.4.7 (Ubuntu)
Location: http://ci.apache.org/projects/flink/flink-docs-release-0.8/
Content-Length: 267
Content-Type: text/html; charset=iso-8859-1
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>301 Moved Permanently</title>
</head><body>
<h1>Moved Permanently</h1>
<p>The document has moved <a
href="http://ci.apache.org/projects/flink/flink-docs-release-0.8/">here</a>.</p>
</body></html>
{noformat}
{noformat}
nc flink.apache.org 80
GET /docs/latest HTTP/1.1
Host: flink.apache.org
HTTP/1.1 301 Moved Permanently
Date: Tue, 14 Apr 2015 08:19:20 GMT
Server: Apache/2.4.12 (Unix) OpenSSL/1.0.1l
Location: http://ci.apache.org/projects/flink/flink-docs-master/
Content-Length: 357
Content-Type: text/html; charset=iso-8859-1
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>301 Moved Permanently</title>
</head><body>
<h1>Moved Permanently</h1>
<p>The document has moved <a
href="http://ci.apache.org/projects/flink/flink-docs-master/">here</a>.</p>
<hr>
<address>Apache/2.4.12 (Unix) OpenSSL/1.0.1l Server at flink.apache.org Port
80</address>
</body></html>
{noformat}
> Rename doc deployment directories
> ---------------------------------
>
> Key: FLINK-1861
> URL: https://issues.apache.org/jira/browse/FLINK-1861
> Project: Flink
> Issue Type: Improvement
> Components: Build System, Documentation
> Reporter: Ufuk Celebi
> Priority: Minor
>
> Docs are deployed to
> http://ci.apache.org/projects/flink/flink-docs-VERSION/
> I vote to change this to
> http://ci.apache.org/projects/flink/docs/VERSION/
> Minor thing, but I think it makes sense to have it short and sweet. ;)
> When changing, make sure to update the custom search as well.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)