From 0844d277d6900b7f1f474e143a71511e762e9add 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 [Cherry-picked 4fad39d7e98a00206ce2508f9adea53d9146b72c] --- 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 938e7ff36d42..11e2d1902a74 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 f8dd6a46a743912e4fef2a1e7a0acd4dfc21f6cc 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 [Cherry-picked 1a09db193acb7c2a69026d29df610457bff678d1] --- 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 11e2d1902a74..7c26352a06ee 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