playframework/play-samples

The links redirecting to the play framework documentation are broken.

omegaspard opened this issue · 2 comments

I'm discovering the play framework and while following the hello-world tutorial I encountered an issue.
In the play-samples templates, the links redirecting to the documentations are presented as follow:

<li><a href="https://playframework.com/documentation/@version" target="_blank">Play documentation</a></li>

The @version variable is 2.8.4.

It will produce the url https://www.playframework.com/documentation/2.8.4/Home redirecting to a page not found while the real documentation url would be https://www.playframework.com/documentation/2.8.x/Home.

It concerns the 3 branch 2.6.x, 2.7,x, 2.8.x in the following samples:

Oh! thanks for reporting. I think there was an error publishing the docs for 2.8.4.

(cough) Fortunately (/cough), I just released Play 2.8.5 and, as a side-effect, this issue will be less likely.