Skip to content

Commit

Permalink
Merge pull request #1332 from apache/link-fix
Browse files Browse the repository at this point in the history
Link fix
  • Loading branch information
oscerd committed Jun 10, 2020
2 parents 5f080c4 + 009306f commit feb46f8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
= Create a new extension
:page-aliases: create-new-extension.adoc

1. You should know xref:contributor-guide/index.adoc#how-to-build[how to build].
1. You should know xref:index.adoc#how-to-build[how to build].

2. Go through the https://quarkus.io/guides/extension-authors-guide[Quarkus extension author's guide] to get an idea of
what is expected from you.
Expand Down 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 feb46f8

Please sign in to comment.