Repository: camel Updated Branches: refs/heads/master ff51cff8f -> 09f33bf8e
Fix paragraph name in Johnzon docs for Gitbook Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/09f33bf8 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/09f33bf8 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/09f33bf8 Branch: refs/heads/master Commit: 09f33bf8eb82cc714e4d21b695841a2a527e22ee Parents: aed36c1 Author: Andrea Cosentino <[email protected]> Authored: Thu Jun 30 09:20:29 2016 +0200 Committer: Andrea Cosentino <[email protected]> Committed: Thu Jun 30 09:20:53 2016 +0200 ---------------------------------------------------------------------- components/camel-johnzon/src/main/docs/johnzon.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/09f33bf8/components/camel-johnzon/src/main/docs/johnzon.adoc ---------------------------------------------------------------------- diff --git a/components/camel-johnzon/src/main/docs/johnzon.adoc b/components/camel-johnzon/src/main/docs/johnzon.adoc index 8662c83..53c77cc 100644 --- a/components/camel-johnzon/src/main/docs/johnzon.adoc +++ b/components/camel-johnzon/src/main/docs/johnzon.adoc @@ -14,7 +14,7 @@ from("activemq:My.Queue"). to("mqseries:Another.Queue"); ------------------------------- -[[JacksonXML-Dependencies]] +[[Johnzon-Dependencies]] Dependencies ^^^^^^^^^^^^
