Skip to content

Commit bc1f258

Browse files
authored
Update docs to refer to the new Scala 3 gitter8
1 parent f4d139d commit bc1f258

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ <h1 id="getting-started-with-a-project">Create a Scala 3 Project</h1>
8585
<p>The fastest way to create a new project in Scala 3 is using <a href="http://www.scala-sbt.org/">sbt (1.1.4+)</a>.</p>
8686

8787
<p>Create a Scala 3 project:</p>
88-
<pre><code>sbt new <a href="https://github.com/lampepfl/dotty.g8">lampepfl/dotty.g8</a></code></pre>
88+
<pre><code>sbt new <a href="https://github.com/scala/scala3.g8">scala/scala3.g8</a></code></pre>
8989

9090
<p>Or a Scala 3 project that cross compiles with Scala 2:</p>
9191
<pre><code>sbt new <a href="https://github.com/lampepfl/dotty-cross.g8">lampepfl/dotty-cross.g8</a></code></pre>

0 commit comments

Comments
 (0)