We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba601c5 commit aa656e2Copy full SHA for aa656e2
modules/project-docs/pages/migrating-sdk-code-to-3.n.adoc
@@ -22,14 +22,14 @@ As an example here is a KeyValue document fetch:
22
23
[source,java]
24
----
25
-include::example$MigratingSDKCodeTo3n.java[tag=migrating_sdk_code_to_3_n_1,indent=0]
+include::devguide:example$java/MigratingSDKCodeTo3n.java[tag=migrating_sdk_code_to_3_n_1,indent=0]
26
27
28
Compare this to a {sqlpp_url}[{sqlpp} (formerly N1QL)] query:
29
30
31
32
-include::example$MigratingSDKCodeTo3n.java[tag=migrating_sdk_code_to_3_n_2,indent=0]
+include::devguide:example$java/MigratingSDKCodeTo3n.java[tag=migrating_sdk_code_to_3_n_2,indent=0]
33
34
35
include::{version-common}@sdk:shared:partial$migration.adoc[tag=terms2]
0 commit comments