Skip to content

Commit 40896e0

Browse files
include:: (devguide) fixes
1 parent 2c718c1 commit 40896e0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

modules/concept-docs/pages/data-model.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ You can create a CouchbaseMap like this:
6868

6969
[source,java]
7070
----
71-
include::example$DataModelExample.java[tag=data_model_1,indent=0]
71+
include::devguide:example$java/DataModelExample.java[tag=data_model_1,indent=0]
7272
----
7373

7474
=== Limitations

modules/howtos/pages/managing-connections.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The simplest way to create a `Cluster` object is to call `Cluster.connect()` wit
1818

1919
[source,java]
2020
----
21-
include::example$ManagingConnections.java[tag=simpleconnect,indent=0]
21+
include::devguide:example$java/ManagingConnections.java[tag=simpleconnect,indent=0]
2222
----
2323

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.

0 commit comments

Comments
 (0)