This is an automated email from the ASF dual-hosted git repository.

onders pushed a commit to branch onderson-fixlinks-2
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git

commit 716771638a5b9bb03c379719a6f465d94bf153a2
Author: önder sezgin <ondersez...@gmail.com>
AuthorDate: Thu May 18 11:54:42 2023 +0100

    fix links in contibutor docs.
---
 .../ROOT/pages/contributor-guide/create-jvm-only-extension.adoc       | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/docs/modules/ROOT/pages/contributor-guide/create-jvm-only-extension.adoc 
b/docs/modules/ROOT/pages/contributor-guide/create-jvm-only-extension.adoc
index a9e8047342..8e237f12ff 100644
--- a/docs/modules/ROOT/pages/contributor-guide/create-jvm-only-extension.adoc
+++ b/docs/modules/ROOT/pages/contributor-guide/create-jvm-only-extension.adoc
@@ -16,12 +16,12 @@ and 
https://quarkus.io/blog/runtime-performance/#response-times-ms[response late
 these metrics matter to you.
 
 And third, creating a Quarkus extension that works well both in JVM and native 
mode requires some time and
-xref:contributor-guide/create-new-extension.adoc[expertise]. In case some 
extension is needed quickly and the native
+xref:create-new-extension.adoc[expertise]. In case some extension is needed 
quickly and the native
 support is dispensable, relying on JVM-only extensions may make a lot of sense.
 
 == How to create a JVM-only extension
 
-The steps are the same as when 
xref:contributor-guide/create-new-extension.adoc[creating a native extension], 
except
+The steps are the same as when xref:create-new-extension.adoc[creating a 
native extension], except
 for the following:
 
 * Add `-Dcq.nativeSupported=false` to `cq:create` mojo invocation:

Reply via email to