From 4fad39d7e98a00206ce2508f9adea53d9146b72c Mon Sep 17 00:00:00 2001 From: "Taro L. Saito" Date: Sat, 23 Mar 2024 21:36:13 -0700 Subject: [PATCH 1/2] Update a link to scala/scala3 --- docs/_docs/contributing/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_docs/contributing/getting-started.md b/docs/_docs/contributing/getting-started.md index 63e968902600..4f7f59b4ab5d 100644 --- a/docs/_docs/contributing/getting-started.md +++ b/docs/_docs/contributing/getting-started.md @@ -49,7 +49,7 @@ Scala](https://www.jetbrains.com/help/idea/discover-intellij-idea-for-scala.html Start by cloning the repository: ```bash -$ git clone https://github.com/lampepfl/dotty.git +$ git clone https://github.com/scala/scala3.git $ cd dotty ``` From 1a09db193acb7c2a69026d29df610457bff678d1 Mon Sep 17 00:00:00 2001 From: "Taro L. Saito" Date: Sat, 23 Mar 2024 21:37:31 -0700 Subject: [PATCH 2/2] Update the folder as well --- docs/_docs/contributing/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_docs/contributing/getting-started.md b/docs/_docs/contributing/getting-started.md index 4f7f59b4ab5d..071cbeb0c0a2 100644 --- a/docs/_docs/contributing/getting-started.md +++ b/docs/_docs/contributing/getting-started.md @@ -50,7 +50,7 @@ Start by cloning the repository: ```bash $ git clone https://github.com/scala/scala3.git -$ cd dotty +$ cd scala3 ``` Dotty provides a standard sbt build: compiling, running and starting a repl can