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 47c6734 fixes anchor, looks like @ is not allowed
new e26ac84 Merge pull request #3220 from danhaywood/patch-2
47c6734 is described below
commit 47c6734edec74612d92435508221a1d7584f6a18
Author: Dan Haywood <[email protected]>
AuthorDate: Thu Oct 3 20:31:59 2019 +0100
fixes anchor, looks like @ is not allowed
---
docs/user-manual/modules/ROOT/pages/pojo-producing.adoc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/user-manual/modules/ROOT/pages/pojo-producing.adoc
b/docs/user-manual/modules/ROOT/pages/pojo-producing.adoc
index 4f93296..312fa2f 100644
--- a/docs/user-manual/modules/ROOT/pages/pojo-producing.adoc
+++ b/docs/user-manual/modules/ROOT/pages/pojo-producing.adoc
@@ -41,7 +41,7 @@ attribute on *`@Produce`*, *`@EndpointInject`*.
====
-[[POJOProducing-HidingtheCamelAPIsFromYourCodeUsing@Produce]]
+[[POJOProducing-HidingtheCamelAPIsFromYourCodeUsingProduce]]
== Hiding the Camel APIs From Your Code Using `@Produce`
We recommend xref:hiding-middleware.adoc[Hiding Middleware] APIs from