Skip to content

Commit 648728a

Browse files
Update dotty.g8 name
1 parent cceb3c2 commit 648728a

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

docs/_includes/getting-started.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ <h1 id="getting-started-with-a-project">Create a Dotty Project</h1>
1818
<p>The fastest way to create a new project in Dotty is using <a href="http://www.scala-sbt.org/">sbt (1.1.4+)</a>.</p>
1919

2020
<p>Create a Dotty project:</p>
21-
<pre><code>sbt new <a href="https://github.com/lampepfl/dotty.g8">lampepfl/dotty.g8</a></code></pre>
21+
<pre><code>sbt new <a href="https://github.com/scala/scala3.g8">scala/scala3.g8</a></code></pre>
2222

2323
<p>Or a Dotty project that cross compiles with Scala 2:</p>
2424
<pre><code>sbt new <a href="https://github.com/lampepfl/dotty-cross.g8">lampepfl/dotty-cross.g8</a></code></pre>

docs/docs/contributing/checklist.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ LIST='- [ ] Publish artifacts to Maven via CI
2121
- [ ] https://github.com/scala/scala3-example-project [![Build Status](https://travis-ci.org/scala/scala3-example-project.svg?branch=master)](https://travis-ci.org/scala/scala3-example-project)
2222
- [ ] Committed to `master`
2323
- [ ] https://github.com/scala/scala3-example-project/tree/mill
24-
- [ ] https://github.com/lampepfl/dotty.g8 [![Build Status](https://travis-ci.org/lampepfl/dotty.g8.svg?branch=master)](https://travis-ci.org/lampepfl/dotty.g8/)
24+
- [ ] https://github.com/scala/scala3.g8 [![Build Status](https://travis-ci.org/scala/scala3.g8.svg?branch=master)](https://travis-ci.org/scala/scala3.g8/)
2525
- [ ] Committed to `master`
2626
- [ ] https://github.com/lampepfl/dotty-cross.g8 [![Build Status](https://travis-ci.org/lampepfl/dotty-cross.g8.svg?branch=master)](https://travis-ci.org/lampepfl/dotty-cross.g8/)
2727
- [ ] Committed to `master`

docs/docs/contributing/procedures/release.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,10 @@ After releasing a new version of Dotty, we need to make sure to update the follo
7979
- Deploy: `git clone https://github.com/scala/scala3-example-project && cd dotty-example-project && git checkout mill`
8080
- Test: `mill root.run`
8181
- [Commit 1](https://github.com/scala/scala3-example-project/commit/e1ad1905ef38d07943e0c176333ba24e306a2078)`build.sc` only; [Commit 2](https://github.com/scala/scala3-example-project/commit/23bc5df89e72b782ab8e19157d6bbcb67eef30cd)
82-
- [Dotty G8 template](https://github.com/lampepfl/dotty.g8)
83-
- Deploy: `git clone https://github.com/lampepfl/dotty.g8.git`
82+
- [Dotty G8 template](https://github.com/scala/scala3.g8)
83+
- Deploy: `git clone https://github.com/scala/scala3.g8.git`
8484
- Test (note the relative path as argument to `sbt new`, hence this command should be run after Deploy in the same directory as Deploy): `sbt new file://./dotty.g8 --name=foo --description=bar && cd foo && sbt run`
85-
- [Commit](https://github.com/lampepfl/dotty.g8/commit/0cde8fa843e15e916f07f22a196f35a5988b26af)
85+
- [Commit](https://github.com/scala/scala3.g8/commit/0cde8fa843e15e916f07f22a196f35a5988b26af)
8686
- [Dotty G8 template with cross build support](https://github.com/lampepfl/dotty-cross.g8)
8787
- Deploy: `git clone https://github.com/lampepfl/dotty-cross.g8.git`
8888
- Test: `sbt new file://./dotty-cross.g8 --name=foo --description=bar && cd foo && sbt run`

docs/docs/usage/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The fastest way to create a new project compiled by Dotty is using [sbt (1.1.4+)
1414

1515
Create a simple Dotty project:
1616
```bash
17-
$ sbt new lampepfl/dotty.g8
17+
$ sbt new scala/scala3.g8
1818
```
1919

2020
Or a Dotty project that cross compiles with Scala 2:

0 commit comments

Comments
 (0)