Fix typo in dependency injection link in Gitbook
Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/b308eda1 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/b308eda1 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/b308eda1 Branch: refs/heads/master Commit: b308eda1dceccc29ea3b0157149b71a261df2e25 Parents: 0a70406 Author: Andrea Cosentino <[email protected]> Authored: Tue Jul 19 10:43:50 2016 +0200 Committer: Andrea Cosentino <[email protected]> Committed: Tue Jul 19 10:43:50 2016 +0200 ---------------------------------------------------------------------- docs/user-manual/en/SUMMARY.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/b308eda1/docs/user-manual/en/SUMMARY.md ---------------------------------------------------------------------- diff --git a/docs/user-manual/en/SUMMARY.md b/docs/user-manual/en/SUMMARY.md index 1b3d94c..610d9d4 100644 --- a/docs/user-manual/en/SUMMARY.md +++ b/docs/user-manual/en/SUMMARY.md @@ -15,7 +15,7 @@ * [CamelContext](camelcontext.adoc) * [Debugger](debugger.adoc) * [Delay Interceptor](delay-interceptor.adoc) - * [Dependency Injection](dependency-injections.adoc) + * [Dependency Injection](dependency-injection.adoc) * [Dozer Type Conversion](dozer-type-conversion.adoc) * [Endpoint](endpoint.adoc) * [Exchange](exchange.adoc)
