We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bfdd235 + 1a09db1 commit a6c40b1Copy full SHA for a6c40b1
docs/_docs/contributing/getting-started.md
@@ -49,8 +49,8 @@ Scala](https://www.jetbrains.com/help/idea/discover-intellij-idea-for-scala.html
49
Start by cloning the repository:
50
51
```bash
52
-$ git clone https://github.com/lampepfl/dotty.git
53
-$ cd dotty
+$ git clone https://github.com/scala/scala3.git
+$ cd scala3
54
```
55
56
Dotty provides a standard sbt build: compiling, running and starting a repl can
0 commit comments