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

acosentino pushed a commit to branch revert-link
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git

commit 89fbdd6e3cad5d245526d9faecc21e7d7cdcd5f4
Author: Andrea Cosentino <[email protected]>
AuthorDate: Wed Jun 10 12:32:08 2020 +0200

    Revert "Fixed extensions documentation link in create new extension docs"
    
    This reverts commit 009306f468b0ec98cef86e688dd8187cb4368559.
---
 docs/modules/ROOT/pages/contributor-guide/create-new-extension.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/docs/modules/ROOT/pages/contributor-guide/create-new-extension.adoc 
b/docs/modules/ROOT/pages/contributor-guide/create-new-extension.adoc
index 4a9b488..6f88fdd 100644
--- a/docs/modules/ROOT/pages/contributor-guide/create-new-extension.adoc
+++ b/docs/modules/ROOT/pages/contributor-guide/create-new-extension.adoc
@@ -68,7 +68,7 @@ because the test project needs to get finished. You need to 
build `poms/bom` and
 9. In case of problems, consult the 
https://quarkus.io/guides/extension-authors-guide[Quarkus extension author's 
guide],
    ask for help in the given GitHub issue or via 
https://gitter.im/apache/camel-quarkus[Camel Quarkus chat].
 
-10. Read the xref:extension-documentation.adoc[Extension documentation] page 
and add `configuration.adoc`,
+10. Read the xref:contributor-guide/extension-documentation.adoc[Extension 
documentation] page and add `configuration.adoc`,
    `usage.adoc`, etc. in `src/main/doc` directory of the runtime module if 
necessary.
 +
    After completing the extension documentation, run `mvn clean install 
-DskipTests`

Reply via email to