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
commit 4705e61803f160775cbd40f56ef2dcdf4db34bf1 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Thu Aug 1 13:09:20 2019 +0200 CAMEL-13792 - Rename components to default names, Camel-http4 to Camel-http - Fix link in http common docs --- components/camel-http/src/main/docs/http-component.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/camel-http/src/main/docs/http-component.adoc b/components/camel-http/src/main/docs/http-component.adoc index 51299f8..d78b8d3 100644 --- a/components/camel-http/src/main/docs/http-component.adoc +++ b/components/camel-http/src/main/docs/http-component.adoc @@ -427,7 +427,7 @@ And the equivalent Spring sample: == Using client timeout - SO_TIMEOUT See the -https://github.com/apache/camel/blob/master/components/camel-http4/src/test/java/org/apache/camel/component/http4/HttpSOTimeoutTest.java[HttpSOTimeoutTest] +https://github.com/apache/camel/blob/master/components/camel-http/src/test/java/org/apache/camel/component/http4/HttpSOTimeoutTest.java[HttpSOTimeoutTest] unit test. == Configuring a Proxy