Skip to content

Commit 6a346ab

Browse files
committed
Update link to scala 2 tasty reader
1 parent 8720125 commit 6a346ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blog/_posts/2020-11-19-scala-3-forward-compat.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ to continue using implicit classes to encode extension methods.
318318

319319
On the other hand, some features of Scala 3 are not mappable to features in Scala 2.13,
320320
and will cause a compile-time error when using them. A longer list can be seen in the
321-
migration guide, describing [how Scala 2 reacts to different Scala 3 features](https://scalacenter.github.io/scala-3-migration-guide/docs/compatibility.html#the-scala-2-tasty-reader).
321+
migration guide, describing [how Scala 2 reacts to different Scala 3 features](https://docs.scala-lang.org/scala3/guides/migration/compatibility-classpath.html#the-scala-213-tasty-reader).
322322

323323
For unsupported features, a best effort is made
324324
to report errors at the use-site that is problematic. For example,

0 commit comments

Comments
 (0)