This is an automated email from the ASF dual-hosted git repository. zregvart pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
The following commit(s) were added to refs/heads/master by this push: new cf73b94 fix: heading anchor id cf73b94 is described below commit cf73b948f3bb755eb567fb6399d89fc9d83fb45f Author: Zoran Regvart <zregv...@apache.org> AuthorDate: Wed Apr 8 12:02:00 2020 +0200 fix: heading anchor id When pointing to anchors via `some.adoc#anchor` either naming the anchor or making sure that the generated anchor ID is used prevents us from creating broken links. See: https://asciidoctor.org/docs/asciidoc-syntax-quick-reference/#block-id-role-and-options --- docs/modules/ROOT/pages/contributor-guide.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modules/ROOT/pages/contributor-guide.adoc b/docs/modules/ROOT/pages/contributor-guide.adoc index a2ed996..fd75add 100644 --- a/docs/modules/ROOT/pages/contributor-guide.adoc +++ b/docs/modules/ROOT/pages/contributor-guide.adoc @@ -45,7 +45,7 @@ A build with integration tests in both the JVM mode and the native mode: $ mvn clean install -Pnative ---- - +[[create-a-new-extension]] == Create a new extension 1. You should know link:#how-to-build[how to build].