From 565e25ca2421119371ba7a44c20cfb08e3e64b46 Mon Sep 17 00:00:00 2001 From: Oleksandr Dzhychko Date: Fri, 3 Nov 2023 12:53:22 +0100 Subject: [PATCH] fix: use links that resolve to the correct version We used refs, that explicitly specified the component, and the module. If the component is specified, then the version should have been specified. Instead of specifying the version, we used refs without an explicit component. See https://docs.antora.org/antora/latest/navigation/xrefs-and-link-text/#page-xrefs --- docs/global/modules/platform/pages/index.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/global/modules/platform/pages/index.adoc b/docs/global/modules/platform/pages/index.adoc index cc62ac5..487d69b 100644 --- a/docs/global/modules/platform/pages/index.adoc +++ b/docs/global/modules/platform/pages/index.adoc @@ -8,5 +8,5 @@ include::platform:partial$short-description.adoc[] == Getting Started -include::modelix:ROOT:tutorial/build-component.adoc[leveloffset=+2] +include::ROOT:tutorial/build-component.adoc[leveloffset=+2]