diff --git a/modules/guides/pages/select.adoc b/modules/guides/pages/select.adoc index 9f40b2dc1..1689492bf 100644 --- a/modules/guides/pages/select.adoc +++ b/modules/guides/pages/select.adoc @@ -56,7 +56,7 @@ The result includes each row found. [source,csharp] ---- -include::dotnet-sdk:hello-world:example$StartUsing.cs[tag=n1ql-query,indent=0] +include::dotnet-sdk:hello-world:example$StartUsing.csx[tag=n1ql-query,indent=0] ---- {github} @@ -70,7 +70,7 @@ The result object includes each row found. [source,java] ---- -include::java-sdk:hello-world:example$StartUsing.java[tag=n1ql-query,indent=0] +include::java-sdk:devguide:example$java/StartUsing.java[tag=n1ql-query,indent=0] ---- {github} @@ -305,7 +305,7 @@ Querying with SDKs: * xref:c-sdk:howtos:n1ql-queries-with-sdk.adoc[C] | xref:dotnet-sdk:howtos:n1ql-queries-with-sdk.adoc[.NET] | xref:go-sdk:howtos:n1ql-queries-with-sdk.adoc[Go] -| xref:java-sdk:howtos:n1ql-queries-with-sdk.adoc[Java] +| xref:java-sdk:howtos:sqlpp-queries-with-sdk.adoc[Java] | xref:nodejs-sdk:howtos:n1ql-queries-with-sdk.adoc[Node.js] | xref:php-sdk:howtos:n1ql-queries-with-sdk.adoc[PHP] | xref:python-sdk:howtos:n1ql-queries-with-sdk.adoc[Python]