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
12 changes: 6 additions & 6 deletions modules/guides/pages/defer-index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -109,12 +109,12 @@ The following examples create a set of primary and secondary indexes in the spec

[source,java]
----
include::java-sdk:hello-world:example$IndexHelloWorld.java[tag=defer-create-primary,indent=0]
include::java-sdk:devguide:example$java/IndexHelloWorld.java[tag=defer-create-primary,indent=0]
----

[source,java]
----
include::java-sdk:hello-world:example$IndexHelloWorld.java[tag=defer-create-secondary,indent=0]
include::java-sdk:devguide:example$java/IndexHelloWorld.java[tag=defer-create-secondary,indent=0]
----

{github}
Expand Down Expand Up @@ -165,12 +165,12 @@ The following examples create a set of primary and secondary indexes in the spec

[source,python]
----
include::python-sdk:devguide:example$python/index_hello_world.py[tag=defer-create-primary,indent=0]
include::python-sdk:hello-world:example$index_hello_world.py[tag=defer-create-primary,indent=0]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same note on Python future change as #370

----

[source,python]
----
include::python-sdk:devguide:example$python/index_hello_world.py[tag=defer-create-secondary,indent=0]
include::python-sdk:hello-world:example$index_hello_world.py[tag=defer-create-secondary,indent=0]
----

{github}
Expand Down Expand Up @@ -251,7 +251,7 @@ The following example builds all deferred indexes in the specified keyspace.

[source,java]
----
include::java-sdk:hello-world:example$IndexHelloWorld.java[tag=defer-build,indent=0]
include::java-sdk:devguide:example$java/IndexHelloWorld.java[tag=defer-build,indent=0]
----

{github}
Expand Down Expand Up @@ -289,7 +289,7 @@ The following example builds all deferred indexes in the specified keyspace.

[source,python]
----
include::python-sdk:devguide:example$python/index_hello_world.py[tag=defer-build,indent=0]
include::python-sdk:hello-world:example$index_hello_world.py[tag=defer-build,indent=0]
----

{github}
Expand Down