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 2020/11/18 11:03:33 UTC

[camel] branch master updated: Fix broken link

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


The following commit(s) were added to refs/heads/master by this push:
     new 441fcec  Fix broken link
441fcec is described below

commit 441fcec1113cedfeb38b15145ccca5b0d872dda5
Author: Praveen Kottarathil <pr...@gmail.com>
AuthorDate: Wed Nov 18 11:57:47 2020 +0100

    Fix broken link
    
    The link was broken when examples were moved out of Camel Distribution.
---
 docs/user-manual/modules/ROOT/pages/servlet-tomcat-example.adoc | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/user-manual/modules/ROOT/pages/servlet-tomcat-example.adoc b/docs/user-manual/modules/ROOT/pages/servlet-tomcat-example.adoc
index 8c1f9c9..e3e40b4 100644
--- a/docs/user-manual/modules/ROOT/pages/servlet-tomcat-example.adoc
+++ b/docs/user-manual/modules/ROOT/pages/servlet-tomcat-example.adoc
@@ -4,9 +4,9 @@
 *Since Camel 2.7*
 
 This example is located in the
-https://github.com/apache/camel/blob/master/examples/camel-example-servlet-tomcat[examples/camel-example-servlet-tomcat]
-directory of the Camel distribution.
-There is a `README.txt` file with instructions how to run it.
+https://github.com/apache/camel-examples/tree/master/examples/camel-example-servlet-tomcat[examples/camel-example-servlet-tomcat]
+directory of the https://github.com/apache/camel-examples[Camel Examples Repository].
+There is a `README.adoc` file with instructions how to run it.
 
 If you use Maven then you can easily package the example from the command line: