This is an automated email from the ASF dual-hosted git repository.

aldettinger 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 66f2304  Fixed doc link in camel-http
66f2304 is described below

commit 66f2304a8989721b0d64625a591df54c1a9829c0
Author: aldettinger <aldettin...@gmail.com>
AuthorDate: Mon May 28 18:05:33 2018 +0200

    Fixed doc link in camel-http
---
 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 a4436a9..3267e4c 100644
--- a/components/camel-http/src/main/docs/http-component.adoc
+++ b/components/camel-http/src/main/docs/http-component.adoc
@@ -318,7 +318,7 @@ HttpServletRequest response = 
exchange.getIn().getBody(HttpServletResponse.class
 === Using client timeout - SO_TIMEOUT
 
 See the unit test in
-http://svn.apache.org/viewvc?view=rev&revision=781775[this link]
+https://github.com/apache/camel/blob/master/components/camel-jetty9/src/test/java/org/apache/camel/component/jetty/HttpProducerSOTimeoutTest.java[this
 link]
 
 === More Examples
 

-- 
To stop receiving notification emails like this one, please contact
aldettin...@apache.org.

Reply via email to