You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by jb...@apache.org on 2018/03/27 00:05:53 UTC

lucene-solr:master: SOLR-11947: Fix more broken links

Repository: lucene-solr
Updated Branches:
  refs/heads/master bd429347b -> 3adacbc67


SOLR-11947: Fix more broken links


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/3adacbc6
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/3adacbc6
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/3adacbc6

Branch: refs/heads/master
Commit: 3adacbc677eb23090d1d7e3775e331c98debab2e
Parents: bd42934
Author: Joel Bernstein <jb...@apache.org>
Authored: Mon Mar 26 20:05:22 2018 -0400
Committer: Joel Bernstein <jb...@apache.org>
Committed: Mon Mar 26 20:05:47 2018 -0400

----------------------------------------------------------------------
 solr/solr-ref-guide/src/math-expressions.adoc        | 4 ++--
 solr/solr-ref-guide/src/statistical-programming.adoc | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/3adacbc6/solr/solr-ref-guide/src/math-expressions.adoc
----------------------------------------------------------------------
diff --git a/solr/solr-ref-guide/src/math-expressions.adoc b/solr/solr-ref-guide/src/math-expressions.adoc
index e452226..62d16fe 100644
--- a/solr/solr-ref-guide/src/math-expressions.adoc
+++ b/solr/solr-ref-guide/src/math-expressions.adoc
@@ -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>>
 

http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/3adacbc6/solr/solr-ref-guide/src/statistical-programming.adoc
----------------------------------------------------------------------
diff --git a/solr/solr-ref-guide/src/statistical-programming.adoc b/solr/solr-ref-guide/src/statistical-programming.adoc
index 25715c9..86d0a82 100644
--- a/solr/solr-ref-guide/src/statistical-programming.adoc
+++ b/solr/solr-ref-guide/src/statistical-programming.adoc
@@ -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