SOLR-11947: Fix more broken links

This commit is contained in:
Joel Bernstein 2018-03-26 20:05:22 -04:00
parent bd429347b1
commit 3adacbc677
2 changed files with 3 additions and 3 deletions

View File

@ -34,13 +34,13 @@ record in your Solr Cloud cluster computable.
== <<vector-math.adoc#vector-math,Vector Math>>
== <<variables.adoc#variables.adoc,Variables>>
== <<variables.adoc#variables,Variables>>
== <<matrix-math.adoc#matrix-math,Matrix Math>>
== <<vectorization.adoc#vectorization,Streams and Vectorization>>
== <<term-vectors.adoc#term-vectors,Text Analysis and Term Vectors>>
== <<term-vectors.adoc#text-analysis-and-term-vectors,Text Analysis and Term Vectors>>
== <<statistics.adoc#statistics,Statistics>>

View File

@ -159,7 +159,7 @@ Returns the following response:
== Data Structures
Several types of data can be manipulated with the statistical programming syntax. The following sections explore <<Arrays,arrays>>, <<Tuples,tuples>>, and <<Lists,lists>>.
Several types of data can be manipulated with the statistical programming syntax. The following sections explore arrays, tuples and lists.
=== Creating Arrays