Skip to content

Commit

Permalink
Fixed extensions documentation link in create new extension docs
Browse files Browse the repository at this point in the history
  • Loading branch information
oscerd committed Jun 10, 2020
1 parent 624729e commit 009306f
Showing 1 changed file with 1 addition and 1 deletion.
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:contributor-guide/extension-documentation.adoc[Extension documentation] page and add `configuration.adoc`,
10. Read the xref: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

0 comments on commit 009306f

Please sign in to comment.