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/08/01 12:24:59 UTC

[camel] 01/02: CAMEL-13792 - Rename components to default names, Camel-http4 to Camel-http - Fix link in http common docs

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 <an...@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