Skip to content

Commit dd59740

Browse files
authored
fix Scala 3 migration guide link
1 parent 91f41c0 commit dd59740

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ scalaVersion := "3.1.1"
4141
### Getting your project to compile with Scala 3
4242

4343
For help with porting an existing Scala 2 project to Scala 3, see the
44-
[Scala 3 migration guide](https://scalacenter.github.io/scala-3-migration-guide/).
44+
[Scala 3 migration guide](https://docs.scala-lang.org/scala3/guides/migration/compatibility-intro.html).
4545

4646
## Need help?
4747

0 commit comments

Comments
 (0)