Skip to content

Commit

Permalink
Merge pull request #1333 from apache/revert-link
Browse files Browse the repository at this point in the history
Revert link
  • Loading branch information
oscerd committed Jun 10, 2020
2 parents feb46f8 + 89fbdd6 commit 1ad0ef2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down
4 changes: 2 additions & 2 deletions docs/modules/ROOT/pages/contributor-guide/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,5 @@ $ mvn clean install -Pnative

== What's next?

* xref:create-new-extension.adoc[Create new extension].
* xref:promote-jvm-to-native.adoc[Promote a JVM extension to Native].
* xref:contributor-guide/create-new-extension.adoc[Create new extension].
* xref:contributor-guide/promote-jvm-to-native.adoc[Promote a JVM extension to Native].

0 comments on commit 1ad0ef2

Please sign in to comment.