Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[AV-82442] Update Java release 3.4 docs for Free Tier #418

Merged
merged 2 commits into from
Sep 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions modules/hello-world/pages/start-using-sdk.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Couchbase Capella Sample::
If you are connecting to https://docs.couchbase.com/cloud/index.html[Couchbase Capella], you'll need to know the endpoint address, as well as a username and password.

This example requires the Travel Sample Bucket.
The Couchbase Capella free trial version comes with this bucket, and its Query indexes, loaded and ready.
The Couchbase Capella free tier version comes with this bucket, and its Query indexes, loaded and ready.

[source,java]
----
Expand Down Expand Up @@ -108,7 +108,7 @@ Couchbase Capella::
* You have signed up to https://cloud.couchbase.com/sign-up[Couchbase Capella].

* You have created your own bucket, or loaded the Travel Sample dataset.
Note, the Travel Sample dataset is installed automatically by the Capella free trial.
Note, the Travel Sample dataset is installed automatically when deploying a Capella free tier cluster.

* A user is created with permissions to access the cluster (at least Application Access permissions).
See the xref:cloud:get-started:cluster-and-data.adoc#credentials[Capella connection page] for more details.
Expand Down
2 changes: 1 addition & 1 deletion modules/howtos/pages/n1ql-queries-with-sdk.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Couchbase Capella Sample::
+
--
These examples requires the Travel Sample Bucket.
The Couchbase Capella free trial version comes with this bucket, and its Query indexes, loaded and ready.
The Couchbase Capella free tier version comes with this bucket, and its Query indexes, loaded and ready.

[source,java]
----
Expand Down