docs.scala-lang
docs.scala-lang copied to clipboard
/api/current/ leads to Scala 2 API docs instead of Scala 3
Hello,
The https://www.scala-lang.org/api/current/ URL currently shows documentation for the latest Scala 2 version. I would expect it to lead to https://www.scala-lang.org/api/3.x/ instead. Is the current behavior expected?
This is a good point. We clearly have two current stable versions, as shown on the home page:

Eventually, we want current to be 3.x, but I am not sure now is the right time to do so.
Thank you for your reply. I will use 3.x in the mean time.