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

orpiske pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new a9635d78959 CAMEL-21040: use links to GitHub instead of SVN
a9635d78959 is described below

commit a9635d78959961a04e95b98a7000af1c51657532
Author: Otavio Rodolfo Piske <[email protected]>
AuthorDate: Wed Sep 4 08:43:44 2024 +0200

    CAMEL-21040: use links to GitHub instead of SVN
---
 components/camel-beanio/src/main/docs/beanio-dataformat.adoc           | 2 +-
 components/camel-cxf/camel-cxf-rest/src/main/docs/cxfrs-component.adoc | 2 +-
 components/camel-jpa/src/main/docs/jpa-component.adoc                  | 2 +-
 components/camel-leveldb/src/main/docs/leveldb.adoc                    | 2 +-
 components/camel-mail/src/main/docs/mail-component.adoc                | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/components/camel-beanio/src/main/docs/beanio-dataformat.adoc 
b/components/camel-beanio/src/main/docs/beanio-dataformat.adoc
index 35a47afbb49..5234b25b1d5 100644
--- a/components/camel-beanio/src/main/docs/beanio-dataformat.adoc
+++ b/components/camel-beanio/src/main/docs/beanio-dataformat.adoc
@@ -27,7 +27,7 @@ include::partial$dataformat-options.adoc[]
 == Usage
 
 An example of a
-https://svn.apache.org/repos/asf/camel/trunk/components/camel-beanio/src/test/resources/org/apache/camel/dataformat/beanio/mappings.xml[mapping
+https://github.com/apache/camel/blob/main/components/camel-beanio/src/test/resources/org/apache/camel/dataformat/beanio/mappings.xml[mapping
 file is here].
 
 To use the `BeanIODataFormat` you need to configure the data format with the 
mapping file, as well the name of the stream.
diff --git 
a/components/camel-cxf/camel-cxf-rest/src/main/docs/cxfrs-component.adoc 
b/components/camel-cxf/camel-cxf-rest/src/main/docs/cxfrs-component.adoc
index b173c61f803..9042ad7e911 100644
--- a/components/camel-cxf/camel-cxf-rest/src/main/docs/cxfrs-component.adoc
+++ b/components/camel-cxf/camel-cxf-rest/src/main/docs/cxfrs-component.adoc
@@ -219,7 +219,7 @@ Request: type=gold, active=true, 
customerData=<Customer.toString() representatio
 ====
 More examples on how to process requests and write responses can be
 found
-https://svn.apache.org/repos/asf/camel/trunk/components/camel-cxf/src/test/java/org/apache/camel/component/cxf/jaxrs/simplebinding/[here].
+https://github.com/apache/camel/tree/main/components/camel-cxf/camel-cxf-rest/src/test/java/org/apache/camel/component/cxf/jaxrs/simplebinding[here].
 ====
 
 === Consuming a REST Request - Default Binding Style
diff --git a/components/camel-jpa/src/main/docs/jpa-component.adoc 
b/components/camel-jpa/src/main/docs/jpa-component.adoc
index 8b92c8fa3b6..ba0ded3a44d 100644
--- a/components/camel-jpa/src/main/docs/jpa-component.adoc
+++ b/components/camel-jpa/src/main/docs/jpa-component.adoc
@@ -322,7 +322,7 @@ but the following listed types were not enhanced at build 
time or at class load
 
 The problem here is that the source has been compiled or recompiled through
 your IDE and not through Maven, which would
-https://svn.apache.org/repos/asf/camel/trunk/components/camel-jpa/pom.xml[enhance
+https://github.com/apache/camel/blob/main/components/camel-jpa/pom.xml[enhance
 the byte-code at build time]. To overcome this, you need to enable
 http://openjpa.apache.org/entity-enhancement.html#dynamic-enhancement[dynamic
 byte-code enhancement of OpenJPA]. For example, assuming the current
diff --git a/components/camel-leveldb/src/main/docs/leveldb.adoc 
b/components/camel-leveldb/src/main/docs/leveldb.adoc
index a9e1c39e176..0508f7f05a4 100644
--- a/components/camel-leveldb/src/main/docs/leveldb.adoc
+++ b/components/camel-leveldb/src/main/docs/leveldb.adoc
@@ -123,7 +123,7 @@ hit.
 
 You can see some examples in the unit tests of camel-leveldb, for
 example,
-https://svn.apache.org/repos/asf/camel/trunk/components/camel-leveldb/src/test/java/org/apache/camel/component/leveldb/LevelDBAggregateRecoverTest.java[this
+https://github.com/apache/camel/blob/main/components/camel-leveldb/src/test/java/org/apache/camel/component/leveldb/LevelDBAggregateRecoverTest.java[this
 test].
 
 [[LevelDB-Serialization]]
diff --git a/components/camel-mail/src/main/docs/mail-component.adoc 
b/components/camel-mail/src/main/docs/mail-component.adoc
index a5ff1fd66cf..89de4942990 100644
--- a/components/camel-mail/src/main/docs/mail-component.adoc
+++ b/components/camel-mail/src/main/docs/mail-component.adoc
@@ -468,7 +468,7 @@ The code is provided out of the box in Camel 2.10 onwards 
in the
 `camel-mail` component. The code is in the class:
 `org.apache.camel.component.mail.SplitAttachmentsExpression`, which you
 can find the source code
-https://svn.apache.org/repos/asf/camel/trunk/components/camel-mail/src/main/java/org/apache/camel/component/mail/SplitAttachmentsExpression.java[here]
+https://github.com/apache/camel/blob/main/components/camel-mail/src/main/java/org/apache/camel/component/mail/SplitAttachmentsExpression.java[here]
 
 In the Camel route, you then need to use this
 Expression in the route as shown below:

Reply via email to