Skip to content

Commit ed6efab

Browse files
author
Amarantha
committed
Fix references to sdks folder
1 parent 7e50825 commit ed6efab

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

content/concepts/buckets-vbuckets.dita

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
vBuckets per replica and then distributes them evenly across the nodes running the Data Service
2323
within a cluster. vBuckets do not have a fixed physical location on nodes; therefore there is a
2424
mapping of vBuckets to nodes known as the cluster map. Through the <xref
25-
href="../sdks/intro.dita">Couchbase client libraries,</xref> the application automatically and
26-
transparently distributes the data and workload across these vBuckets.</p>
25+
href="../sdk/development-intro.dita#dev-install-server">Couchbase SDKs</xref> the application automatically
26+
and transparently distributes the data and workload across these vBuckets.</p>
2727
<p>For more information on vBuckets, see the technical white paper available <xref
2828
href="http://www.couchbase.com/sites/default/files/uploads/all/whitepapers/Technical-Whitepaper-Couchbase-Server-vBuckets.pdf"
2929
format="pdf" scope="external">here</xref>. </p>

content/developer-guide/ssl-connections.dita

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@
3939
will need to pass the path to this file (the path itself does not matter, so
4040
long as it exists and is accessible by the SDK) to the connection string
4141
using the <codeph>certpath</codeph>
42-
<xref href="../sdks/c-2.4/options.dita#topic_k5w_kzt_4r">connection
43-
string</xref> option. For other SDKs this may involve <i>installing</i>
42+
<!--<xref href="../sdks/c-2.4/options.dita#topic_k5w_kzt_4r">-->connection
43+
string<!--</xref>--> option. For other SDKs this may involve <i>installing</i>
4444
the certificate to a special kind of <i>certificate repository</i> or
4545
<i>store</i>.</p><p>The examples below demonstrate how to configure and
4646
connect your SDK to a Couchbase Cluster with SSL encryption in Python:</p><codeblock outputclass="language-python">#!/usr/bin/env python

content/developer-guide/views-querying.dita

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -590,7 +590,7 @@ keys=[["tomato",20],["avocado",20]]
590590
href="../indexes/querying-using-spatial-views.dita#concept_hlq_bhb_ys"/>. </p>
591591
<p>You may also want to take a look the Couchbase SDK documentation for information on how to
592592
use spatial views with SDK. For example, see <xref
593-
href="../sdks/java-2.2/querying-views.dita"/> in the Java SDK documentation.</p> </section>
593+
href="../sdk/java/view-queries-with-sdk.dita#java-views"/>.</p> </section>
594594

595595

596596

0 commit comments

Comments
 (0)