play-json icon indicating copy to clipboard operation
play-json copied to clipboard

Links to scaladoc broken when published

Open richdougherty opened this issue 8 years ago • 0 comments

On this published page https://www.playframework.com/documentation/2.6.x/ScalaJsonCombinators the links to Reads and Writes are:

  • https://www.playframework.com/documentation/2.6.x/api/libs/json/Reads.html
  • https://www.playframework.com/documentation/2.6.x/api/libs/json/Writes.html

However they need to be changed to:

  • https://www.playframework.com/documentation/2.6.x/api/scala/play/api/libs/json/Reads.html
  • https://www.playframework.com/documentation/2.6.x/api/scala/play/api/libs/json/Writes.html

We need to check all of these links. (While we're at it we should probably check other bits of the Play documentation too to make sure our links work.)

richdougherty avatar Aug 15 '17 20:08 richdougherty