diff --git a/docs/antora/modules/ROOT/pages/Extending_Mill.adoc b/docs/antora/modules/ROOT/pages/Extending_Mill.adoc index 06273eca642..c9f53fe2bd3 100644 --- a/docs/antora/modules/ROOT/pages/Extending_Mill.adoc +++ b/docs/antora/modules/ROOT/pages/Extending_Mill.adoc @@ -210,7 +210,7 @@ to substitute the currently used Mill binary platform. .Example: Using `mill-vcs-version` plugin matching the current Mill Binary Platfrom ---- -import $ivy:`de.tototec::de.tobiasroeser.mill.vcs.version::0.1.2` +import $ivy:`de.tototec::de.tobiasroeser.mill.vcs.version_mill$MILL_BIN_PLATFORM:0.1.2` ---- --