We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2305421 commit e6bd804Copy full SHA for e6bd804
docs/docs/reference/metaprogramming/staging.md
@@ -74,10 +74,10 @@ def withQuotes[T](thunk: Quotes ?=> T)(using toolbox: Toolbox): T = ...
74
## Create a new Dotty project with staging enabled
75
76
```shell
77
-sbt new lampepfl/dotty-staging.g8
+sbt new scala/scala3-staging.g8
78
```
79
80
-From [lampepfl/dotty-staging.g8](https://github.com/lampepfl/dotty-staging.g8).
+From [scala/scala3-staging.g8](https://github.com/scala/scala3-staging.g8).
81
82
It will create a project with the necessary dependencies and some examples.
83
0 commit comments