From 1f951ae1ee153dcf22281b96b32a62559593cb2d Mon Sep 17 00:00:00 2001 From: Noel Welsh Date: Wed, 20 Sep 2023 07:41:54 +0100 Subject: [PATCH] Correct link to creative scala template --- book/src/pages/setup/terminal.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/book/src/pages/setup/terminal.md b/book/src/pages/setup/terminal.md index 59cbdd81..bfac8411 100644 --- a/book/src/pages/setup/terminal.md +++ b/book/src/pages/setup/terminal.md @@ -38,7 +38,7 @@ After installing [Coursier][coursier]: 6. Now we will use Git to get an SBT project that will work with Creative Scala. Type ```bash - git clone https://github.com/creative-scala/creative-scala-template.git + git clone https://github.com/creativescala/creative-scala-template.git ``` @:callout(info) @@ -76,7 +76,7 @@ After installing [Coursier][coursier]: 3. Download and install [Git](https://git-scm.com). At the very end of the installer it gives you the option to open Git. Select that option. A window will open up with a command prompt. 4. In the Git command prompt type ```bash - git clone https://github.com/underscoreio/creative-scala-template.git + git clone https://github.com/creativescala/creative-scala-template.git ``` @:callout(info)