You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add redirections from old URLs to avoid breakages (#15118)
* Add redirections from old URLs to avoid breakages
The Scala 3 reference documentation that used to be published to https://docs.scala-lang.org was using some different URLs than the URLs used by the documentation produced by Scaladoc. You can see here some examples of breakages:
scala/docs.scala-lang@763d518
We add redirects from previously supported URLs to avoid such breakages in case there are links in the web that point to the old URLs.
0 commit comments