Skip to content

Commit

Permalink
Correct link to creative scala template
Browse files Browse the repository at this point in the history
  • Loading branch information
noelwelsh committed Sep 20, 2023
1 parent ca3cda0 commit 1f951ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions book/src/pages/setup/terminal.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit 1f951ae

Please sign in to comment.