Skip to content

Commit 7f4a294

Browse files
link fix
1 parent 3eed90d commit 7f4a294

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

modules/howtos/pages/vector-searching-with-sdk.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ However, you will need to build one or more indexes.
5858
hyperscale or composite.
5959

6060

61-
You will need to refer to the xref:server/current/vector-index/vectors-and-indexes-overview.adoc[] pages for a full discussion of using Vector Indexes with Vector Queries.
61+
You will need to refer to the xref:server:vector-index:vectors-and-indexes-overview.adoc[] pages for a full discussion of using Vector Indexes with Vector Queries.
6262
In particular, you will need to xref:server:vector-index:hyperscale-filter.adoc#creating-a-hyperscale-vector-index-with-included-scalar-values[create a Vector Index].
6363

6464

@@ -73,7 +73,7 @@ wrapped inside the {name-sdk} Query API.
7373
.Hyperscale Index Example
7474
[source,java]
7575
----
76-
include::devguide:example$java/SimpleVectorQuery.java[tag=hyperscale,indent=0]
76+
include::devguide:example$java/SimpleVectorQuery.java[tag=hyperscale,indent=2]
7777
----
7878

7979

0 commit comments

Comments
 (0)