@@ -49,8 +49,8 @@ Local Couchbase Server::
4949+
5050--
5151As well as the Node.js SDK, and a running instance of Couchbase Server, you will need to load up the Travel Sample Bucket
52- using either the xref:7.0 @server:manage:manage-settings/install-sample-buckets.adoc#install-sample-buckets-with-the-ui[Web interface]
53- or the xref:7.0 @server:manage:manage-settings/install-sample-buckets.adoc#install-sample-buckets-with-the-cli[command line].
52+ using either the xref:7.1 @server:manage:manage-settings/install-sample-buckets.adoc#install-sample-buckets-with-the-ui[Web interface]
53+ or the xref:7.1 @server:manage:manage-settings/install-sample-buckets.adoc#install-sample-buckets-with-the-cli[command line].
5454
5555[source.try-it,nodejs]
5656----
@@ -175,7 +175,7 @@ Local Couchbase Server::
175175include::example$start-using.js[tag=connect,indent=0]
176176----
177177
178- Couchbase uses xref:7.0 @server:learn:security/roles.adoc[Role Based Access Control (RBAC)] to control access to resources.
178+ Couchbase uses xref:7.1 @server:learn:security/roles.adoc[Role Based Access Control (RBAC)] to control access to resources.
179179For the purposes of this example, we are connecting to Couchbase using the _Full Admin_ role created during the installation of our Couchbase Server.
180180
181181Since we are running this locally, we are using the Couchbase alias for localhost.
@@ -205,7 +205,7 @@ include::example$cloud.ts[tag=ts-bucket,indent=0]
205205--
206206====
207207
208- NOTE: We are working with the xref:7.0 @server:manage:manage-settings/install-sample-buckets.adoc[travel-sample] data bucket.
208+ NOTE: We are working with the xref:7.1 @server:manage:manage-settings/install-sample-buckets.adoc[travel-sample] data bucket.
209209If you are not, update the `bucketName` variable used in the example with your own.
210210
211211The Node.js SDK supports full integration with the xref:concept-docs:collections.adoc[Collections] feature introduced in Couchbase Server 7.0.
0 commit comments