Skip to content

Commit 235888e

Browse files
authored
compiler plugins page: fix a 404 Mill link (#3054)
1 parent e42fca5 commit 235888e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

_overviews/plugins/index.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -268,12 +268,12 @@ object foo extends ScalaModule {
268268
```
269269

270270
Please notice, that compiler plugins are typically bound to the full
271-
version of the compiler, hence you have to use the `:::` (instead of
272-
normal `::`) between the organization and the artifact name,
271+
version of the compiler, hence you have to use the `:::` (instead of
272+
normal `::`) between the organization and the artifact name,
273273
to declare your dependency.
274274

275275
For more information about plugin usage in Mill, please refer to the
276-
[Mill documentation](https://com-lihaoyi.github.io/mill/mill/Configuring_Mill.html#_scala_compiler_plugins).
276+
[Mill documentation](http://mill-build.org/mill/Scala_Module_Config.html#_scala_compiler_plugins).
277277

278278
## Developing compiler plugins with an IDE
279279

0 commit comments

Comments
 (0)