We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f4d139d + bc1f258 commit f84322eCopy full SHA for f84322e
docs/index.html
@@ -85,7 +85,7 @@ <h1 id="getting-started-with-a-project">Create a Scala 3 Project</h1>
85
<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>
86
87
<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>
+ <pre><code>sbt new <a href="https://github.com/scala/scala3.g8">scala/scala3.g8</a></code></pre>
89
90
<p>Or a Scala 3 project that cross compiles with Scala 2:</p>
91
<pre><code>sbt new <a href="https://github.com/lampepfl/dotty-cross.g8">lampepfl/dotty-cross.g8</a></code></pre>
0 commit comments