Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions modules/guides/pages/select.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand All @@ -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}
Expand Down Expand Up @@ -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]
Expand Down