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

commit 3b2ac8f8133947b7641f2376aabd9c809d7115ff
Author: Otavio R. Piske <angusyo...@gmail.com>
AuthorDate: Sat Feb 17 13:19:22 2024 +0100

    CAMEL-20410: documentation fixes for camel-couchbase
    
    - Fixed samples
    - Converted to use tabs
    - Fixed grammar and typos
    - Fixed punctuation
    - Added and/or fixed links
    
    Signed-off-by: Otavio R. Piske <angusyo...@gmail.com>
---
 components/camel-couchbase/src/main/docs/couchbase-component.adoc | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/components/camel-couchbase/src/main/docs/couchbase-component.adoc 
b/components/camel-couchbase/src/main/docs/couchbase-component.adoc
index 38b5dcac0e7..36a3b35a676 100644
--- a/components/camel-couchbase/src/main/docs/couchbase-component.adoc
+++ b/components/camel-couchbase/src/main/docs/couchbase-component.adoc
@@ -59,7 +59,8 @@ include::partial$component-endpoint-headers.adoc[]
 
 Using collections and scopes is supported only for Couchbase Server 7.0 and 
later.
 
-This component is currently using Java SDK 3.x so it might be not compatible 
with older Couchbase servers anymore. See the compatibility 
https://docs.couchbase.com/java-sdk/current/project-docs/compatibility.html[page].
+This component is currently using Java SDK 3.x, so it might be not compatible 
with older Couchbase servers anymore.
+Check the compatibility 
https://docs.couchbase.com/java-sdk/current/project-docs/compatibility.html[page]
 for details.
 
  * The value formerly interpreted as a bucket-name is now interpreted as a 
username. The username must correspond to a user defined on the cluster that is 
being accessed.
  * The value formerly interpreted as a bucket-password is now interpreted as 
the password of the defined user.

Reply via email to