Skip to content

Commit 4d55cf0

Browse files
Update 7.0 references to 7.1 (#197)
1 parent cd3aa37 commit 4d55cf0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

modules/hello-world/pages/start-using-sdk.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ Local Couchbase Server::
4949
+
5050
--
5151
As 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::
175175
include::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.
179179
For the purposes of this example, we are connecting to Couchbase using the _Full Admin_ role created during the installation of our Couchbase Server.
180180
181181
Since 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.
209209
If you are not, update the `bucketName` variable used in the example with your own.
210210

211211
The Node.js SDK supports full integration with the xref:concept-docs:collections.adoc[Collections] feature introduced in Couchbase Server 7.0.

0 commit comments

Comments
 (0)