Skip to content

Commit e6bd804

Browse files
Update dotty-staging.g8 name
1 parent 2305421 commit e6bd804

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/docs/reference/metaprogramming/staging.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,10 @@ def withQuotes[T](thunk: Quotes ?=> T)(using toolbox: Toolbox): T = ...
7474
## Create a new Dotty project with staging enabled
7575

7676
```shell
77-
sbt new lampepfl/dotty-staging.g8
77+
sbt new scala/scala3-staging.g8
7878
```
7979

80-
From [lampepfl/dotty-staging.g8](https://github.com/lampepfl/dotty-staging.g8).
80+
From [scala/scala3-staging.g8](https://github.com/scala/scala3-staging.g8).
8181

8282
It will create a project with the necessary dependencies and some examples.
8383

0 commit comments

Comments
 (0)