From f68a66dbfd8b7c59026caf6a2c3b63ea5e3c4fc2 Mon Sep 17 00:00:00 2001 From: Seth Tisue Date: Thu, 8 Aug 2024 17:09:31 -0700 Subject: [PATCH] compiler plugins page: fix a 404 Mill link --- _overviews/plugins/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/_overviews/plugins/index.md b/_overviews/plugins/index.md index ccbdad19e0..42cc5c9309 100644 --- a/_overviews/plugins/index.md +++ b/_overviews/plugins/index.md @@ -268,12 +268,12 @@ object foo extends ScalaModule { ``` Please notice, that compiler plugins are typically bound to the full -version of the compiler, hence you have to use the `:::` (instead of -normal `::`) between the organization and the artifact name, +version of the compiler, hence you have to use the `:::` (instead of +normal `::`) between the organization and the artifact name, to declare your dependency. For more information about plugin usage in Mill, please refer to the -[Mill documentation](https://com-lihaoyi.github.io/mill/mill/Configuring_Mill.html#_scala_compiler_plugins). +[Mill documentation](http://mill-build.org/mill/Scala_Module_Config.html#_scala_compiler_plugins). ## Developing compiler plugins with an IDE