Skip to content

Commit ea9ced7

Browse files
Better API link (#185)
* Better API link DOC-9765 * Correct connection page link in API guide * API ref landing
1 parent c7188f8 commit ea9ced7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

modules/ROOT/nav.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
** xref:concept-docs:rbac.adoc[RBAC]
6060
6161
.References
62-
* https://docs.couchbase.com/sdk-api/couchbase-node-client/modules.html[API Reference]
62+
* https://docs.couchbase.com/sdk-api/couchbase-node-client/index.html[API Reference]
6363
* xref:ref:client-settings.adoc[Client Settings]
6464
// * xref:ref:data-structures[Data Structures]
6565
* xref:ref:error-codes.adoc[Error Messages]

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,7 @@ If you are not working from the same _Availability Zone_ as your Capella instanc
428428

429429
== Additional Resources
430430

431-
The API reference is generated for each release and the latest can be found https://docs.couchbase.com/sdk-api/couchbase-node-client/modules.html[here].
431+
The API reference is generated for each release and the latest can be found https://docs.couchbase.com/sdk-api/couchbase-node-client/index.html[here].
432432

433433
Links to each release are to be found in the xref:project-docs:sdk-release-notes.adoc[individual release notes].
434434

modules/howtos/pages/managing-connections.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ include::example$auth.js[tag=rbac-auth,indent=0]
2424
NOTE: If you are connecting to a version of Couchbase Server older than 6.5, it will be more efficient if the addresses are those of data (KV) nodes.
2525
You will in any case, with 6.0 and earlier, need to open a ``Bucket` instance before connecting to any other HTTP services (such as _Query_ or _Search_.
2626

27-
Connection String options are covered https://docs.couchbase.com/sdk-api/couchbase-node-client/modules.html#connect[in the API guide].
27+
Connection String options are covered https://docs.couchbase.com/sdk-api/couchbase-node-client/interfaces/ConnectOptions.html[in the API guide].
2828

2929

3030
In a production environment, your connection string should include the addresses of multiple server nodes in case some are currently unavailable.

0 commit comments

Comments
 (0)