diff --git a/docs/index.html b/docs/index.html index a6e99cb73265..611d7b000929 100644 --- a/docs/index.html +++ b/docs/index.html @@ -85,7 +85,7 @@

Create a Scala 3 Project

The fastest way to create a new project in Scala 3 is using sbt (1.1.4+).

Create a Scala 3 project:

-
sbt new lampepfl/dotty.g8
+
sbt new scala/scala3.g8

Or a Scala 3 project that cross compiles with Scala 2:

sbt new lampepfl/dotty-cross.g8