Broken source code link in 2.8.x documentation page

The https://www.playframework.com/documentation/2.8.x/ScalaFunctionalTestingWithScalaTest page has a link to a nonexistent file in the repo https://github.com/playframework/playframework/edit/2.8.x/documentation/manual/working/scalaGuide/main/tests/ScalaFunctionalTestingWithScalaTest.md .

I wanted to make a PR to the .md file by adding a missing implicit import which is required for some of the code samples but this file is not in the 2.8.x tests directory.

Thanks @Aghmat!

Yeah, unfortunately the link to sources in the playframework.com documentation doesn’t work for pages aggregated from satellite projects (e.g. twirl, play-json,…). This page in particular is not part of playframework/playframework but provided by playframework/scalatestplus-play.

Cheers,