@@ -109,12 +109,12 @@ The following examples create a set of primary and secondary indexes in the spec
109109
110110[source,java]
111111----
112- include::java-sdk:hello-world :example$IndexHelloWorld.java[tag=defer-create-primary,indent=0]
112+ include::java-sdk:devguide :example$java/ IndexHelloWorld.java[tag=defer-create-primary,indent=0]
113113----
114114
115115[source,java]
116116----
117- include::java-sdk:hello-world :example$IndexHelloWorld.java[tag=defer-create-secondary,indent=0]
117+ include::java-sdk:devguide :example$java/ IndexHelloWorld.java[tag=defer-create-secondary,indent=0]
118118----
119119
120120{github}
@@ -165,12 +165,12 @@ The following examples create a set of primary and secondary indexes in the spec
165165
166166[source,python]
167167----
168- include::python-sdk:devguide :example$python/ index_hello_world.py[tag=defer-create-primary,indent=0]
168+ include::python-sdk:hello-world :example$index_hello_world.py[tag=defer-create-primary,indent=0]
169169----
170170
171171[source,python]
172172----
173- include::python-sdk:devguide :example$python/ index_hello_world.py[tag=defer-create-secondary,indent=0]
173+ include::python-sdk:hello-world :example$index_hello_world.py[tag=defer-create-secondary,indent=0]
174174----
175175
176176{github}
@@ -251,7 +251,7 @@ The following example builds all deferred indexes in the specified keyspace.
251251
252252[source,java]
253253----
254- include::java-sdk:hello-world :example$IndexHelloWorld.java[tag=defer-build,indent=0]
254+ include::java-sdk:devguide :example$java/ IndexHelloWorld.java[tag=defer-build,indent=0]
255255----
256256
257257{github}
@@ -289,7 +289,7 @@ The following example builds all deferred indexes in the specified keyspace.
289289
290290[source,python]
291291----
292- include::python-sdk:devguide :example$python/ index_hello_world.py[tag=defer-build,indent=0]
292+ include::python-sdk:hello-world :example$index_hello_world.py[tag=defer-build,indent=0]
293293----
294294
295295{github}
0 commit comments