You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ts...@apache.org on 2021/04/02 08:07:01 UTC

[camel-karaf-examples] branch master updated: Fix example name in the examples list table

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

tsato pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-karaf-examples.git


The following commit(s) were added to refs/heads/master by this push:
     new 5e0e87d  Fix example name in the examples list table
5e0e87d is described below

commit 5e0e87d5966e77975034d4b04bf2f0e3c9c64dc5
Author: Tadayoshi Sato <sa...@gmail.com>
AuthorDate: Fri Apr 2 17:06:29 2021 +0900

    Fix example name in the examples list table
---
 examples/README.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/README.adoc b/examples/README.adoc
index 4f11c68..427816a 100644
--- a/examples/README.adoc
+++ b/examples/README.adoc
@@ -41,7 +41,7 @@ Number of Examples: 14 (0 deprecated)
 
 | link:camel-example-servlet-rest-blueprint/README.adoc[Servlet REST Blueprint] (camel-example-servlet-rest-blueprint) | OSGi | An example using Servlet Rest with OSGi Blueprint
 
-| link:camel-example-servlet-rest-karaf-jaas/README.adoc[Servlet REST Blueprint] (camel-example-servlet-rest-karaf-jaas) | OSGi | An example using Servlet REST with OSGi Blueprint, and REST endpoint protected by Basic Auth, delegate user/password authentication to Karaf Jaas Service
+| link:camel-example-servlet-rest-karaf-jaas/README.adoc[Servlet REST Karaf JAAS] (camel-example-servlet-rest-karaf-jaas) | OSGi | An example using Servlet REST with OSGi Blueprint, and REST endpoint protected by Basic Auth, delegate user/password authentication to Karaf Jaas Service
 
 | link:camel-example-sql-blueprint/README.adoc[SQL Blueprint] (camel-example-sql-blueprint) | OSGi | An example for showing Camel using SQL component with OSGi Blueprint