You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2019/10/03 20:09:42 UTC

[camel] branch master updated: similar fix, remove @ from anchor

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

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/master by this push:
     new 7cac1be  similar fix, remove @ from anchor
     new d433d3c  Merge pull request #3221 from danhaywood/patch-3
7cac1be is described below

commit 7cac1be7035bf13e73e4317cd2ab9323cb01d06c
Author: Dan Haywood <da...@haywood-associates.co.uk>
AuthorDate: Thu Oct 3 20:34:12 2019 +0100

    similar fix, remove @ from anchor
    
    and = should be == for heading level
---
 docs/user-manual/modules/ROOT/pages/pojo-producing.adoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/user-manual/modules/ROOT/pages/pojo-producing.adoc b/docs/user-manual/modules/ROOT/pages/pojo-producing.adoc
index 4f93296..3c65128 100644
--- a/docs/user-manual/modules/ROOT/pages/pojo-producing.adoc
+++ b/docs/user-manual/modules/ROOT/pages/pojo-producing.adoc
@@ -3,8 +3,8 @@
 There are two different ways to send messages to any Camel
 xref:endpoint.adoc[Endpoint] from a POJO.
 
-[[POJOProducing-@EndpointInject]]
-= Via `@EndpointInject`
+[[POJOProducing-EndpointInject]]
+== Via `@EndpointInject`
 
 To allow sending of messages from POJOs you can use the
 `org.apache.camel.EndpointInject`