diff --git a/docs/modules/ROOT/partials/Intro_to_Mill_Header.adoc b/docs/modules/ROOT/partials/Intro_to_Mill_Header.adoc index e78b458fff7..f1e6e242d01 100644 --- a/docs/modules/ROOT/partials/Intro_to_Mill_Header.adoc +++ b/docs/modules/ROOT/partials/Intro_to_Mill_Header.adoc @@ -40,7 +40,7 @@ even as it grows from a small project to a large codebase or monorepo with hundr the logic necessary to build your project, while providing tools to let you identify and resolve bottlenecks in your build -* *No More YAML*: Mill config and custom logic is written in +* *Beyond YAML and Bash*: Mill config and custom logic is written in xref:_custom_build_logic[custom build logic] in concise type-checked code, rather than shell scripts, XML or YAML. This lets IDEs (xref:{language-small}lib/installation-ide.adoc#_intellij[IntelliJ] or