You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2019/10/21 17:55:51 UTC

[camel] branch master updated: Remove old link to svn in doc

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

davsclaus 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 88db7b4  Remove old link to svn in doc
88db7b4 is described below

commit 88db7b440de94691e01c5fc3e45e4109760206cf
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Mon Oct 21 19:55:33 2019 +0200

    Remove old link to svn in doc
---
 components/camel-jdbc/src/main/docs/jdbc-component.adoc | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/components/camel-jdbc/src/main/docs/jdbc-component.adoc b/components/camel-jdbc/src/main/docs/jdbc-component.adoc
index 8cb51f8..90fb84d 100644
--- a/components/camel-jdbc/src/main/docs/jdbc-component.adoc
+++ b/components/camel-jdbc/src/main/docs/jdbc-component.adoc
@@ -175,10 +175,6 @@ return the generated keys in headers. +
 generated keys will be provided as headers with the keys listed in the
 table above.
 
-You can see more details in this
-https://svn.apache.org/repos/asf/camel/trunk/components/camel-jdbc/src/test/java/org/apache/camel/component/jdbc/JdbcGeneratedKeysTest.java[unit
-test].
-
 Using generated keys does not work with together with named parameters.
 
 == Using named parameters