Skip to content

Commit 2305421

Browse files
Update dotty-cross.g8 name
1 parent 648728a commit 2305421

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
@@ -21,7 +21,7 @@ <h1 id="getting-started-with-a-project">Create a Dotty Project</h1>
2121
<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>
24-
<pre><code>sbt new <a href="https://github.com/lampepfl/dotty-cross.g8">lampepfl/dotty-cross.g8</a></code></pre>
24+
<pre><code>sbt new <a href="https://github.com/scala/scala3-cross.g8">scala/scala3-cross.g8</a></code></pre>
2525

2626
<p>For documentation see the <a href="https://github.com/scala/scala3-example-project">Dotty Example Project</a>.</p>
2727
</div>

docs/docs/contributing/checklist.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ LIST='- [ ] Publish artifacts to Maven via CI
2323
- [ ] https://github.com/scala/scala3-example-project/tree/mill
2424
- [ ] 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`
26-
- [ ] 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/)
26+
- [ ] https://github.com/scala/scala3-cross.g8 [![Build Status](https://travis-ci.org/scala/scala3-cross.g8.svg?branch=master)](https://travis-ci.org/scala/scala3-cross.g8/)
2727
- [ ] Committed to `master`
2828
- [ ] https://github.com/lampepfl/homebrew-brew [![Build Status](https://travis-ci.org/lampepfl/homebrew-brew.svg?branch=master)](https://travis-ci.org/lampepfl/homebrew-brew)
2929
- [ ] Committed to `master`

docs/docs/contributing/procedures/release.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,10 +83,10 @@ After releasing a new version of Dotty, we need to make sure to update the follo
8383
- 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`
8585
- [Commit](https://github.com/scala/scala3.g8/commit/0cde8fa843e15e916f07f22a196f35a5988b26af)
86-
- [Dotty G8 template with cross build support](https://github.com/lampepfl/dotty-cross.g8)
87-
- Deploy: `git clone https://github.com/lampepfl/dotty-cross.g8.git`
86+
- [Dotty G8 template with cross build support](https://github.com/scala/scala3-cross.g8)
87+
- Deploy: `git clone https://github.com/scala/scala3-cross.g8.git`
8888
- Test: `sbt new file://./dotty-cross.g8 --name=foo --description=bar && cd foo && sbt run`
89-
- [Commit](https://github.com/lampepfl/dotty-cross.g8/commit/0e3ea2ae8ba8d001e63e5098ff60d728036d358f)
89+
- [Commit](https://github.com/scala/scala3-cross.g8/commit/0e3ea2ae8ba8d001e63e5098ff60d728036d358f)
9090
- [Dotty Homebrew Formula](https://github.com/lampepfl/homebrew-brew)
9191
- Deploy: `git clone https://github.com/lampepfl/homebrew-brew.git && cd homebrew-brew`
9292
- [Commit](https://github.com/lampepfl/homebrew-brew/commit/04f7284564387754a360a354159f2f8d6156a6c7). SHA256 sum comes from the issue checklist computed for the release as specified above. The file with checksums is available at [GitHub Releases](https://github.com/lampepfl/dotty/releases) -> release in question -> assets -> `sha256sum.txt` -> `*.tar.gz` file sum.

docs/docs/usage/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ $ sbt new scala/scala3.g8
1919

2020
Or a Dotty project that cross compiles with Scala 2:
2121
```bash
22-
$ sbt new lampepfl/dotty-cross.g8
22+
$ sbt new scala/scala3-cross.g8
2323
```
2424

2525
You can then start a Dotty REPL directly from your sbt project:

0 commit comments

Comments
 (0)