This is an automated email from the ASF dual-hosted git repository. zregvart pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
The following commit(s) were added to refs/heads/master by this push: new 2789123 fix: use `xref` to link pages 2789123 is described below commit 2789123a603807d6c9f76a35d056e8e9b1f87779 Author: Zoran Regvart <zregv...@apache.org> AuthorDate: Wed Apr 8 12:17:56 2020 +0200 fix: use `xref` to link pages We need to use `xref` to link between pages. See: https://docs.antora.org/antora/2.2/asciidoc/page-to-page-xref/ --- docs/modules/ROOT/pages/promote-jvm-only-extensions.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modules/ROOT/pages/promote-jvm-only-extensions.adoc b/docs/modules/ROOT/pages/promote-jvm-only-extensions.adoc index 24f5c8a..b410a1c 100644 --- a/docs/modules/ROOT/pages/promote-jvm-only-extensions.adoc +++ b/docs/modules/ROOT/pages/promote-jvm-only-extensions.adoc @@ -120,4 +120,4 @@ mvn clean verify -P native from runtime to build time. The https://quarkus.io/guides/extension-authors-guide[Quarkus extension author's guide] may be a good ally for this. -13. Please also check the link:contributor-guide.adoc#create-a-new-extension[Create a new extension] section as it contains some useful tips for a good contribution. \ No newline at end of file +13. Please also check the xref:contributor-guide.adoc#create-a-new-extension[Create a new extension] section as it contains some useful tips for a good contribution.