Skip to content

Commit aa656e2

Browse files
code module include:: fixes - pt II
1 parent ba601c5 commit aa656e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/project-docs/pages/migrating-sdk-code-to-3.n.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@ As an example here is a KeyValue document fetch:
2222

2323
[source,java]
2424
----
25-
include::example$MigratingSDKCodeTo3n.java[tag=migrating_sdk_code_to_3_n_1,indent=0]
25+
include::devguide:example$java/MigratingSDKCodeTo3n.java[tag=migrating_sdk_code_to_3_n_1,indent=0]
2626
----
2727

2828
Compare this to a {sqlpp_url}[{sqlpp} (formerly N1QL)] query:
2929

3030
[source,java]
3131
----
32-
include::example$MigratingSDKCodeTo3n.java[tag=migrating_sdk_code_to_3_n_2,indent=0]
32+
include::devguide:example$java/MigratingSDKCodeTo3n.java[tag=migrating_sdk_code_to_3_n_2,indent=0]
3333
----
3434

3535
include::{version-common}@sdk:shared:partial$migration.adoc[tag=terms2]

0 commit comments

Comments
 (0)