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/08/12 17:02:40 UTC

[07/13] lucene-solr:branch_7x: SOLR-11947: Fix more broken links

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/9681645f
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/9681645f
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/9681645f

Branch: refs/heads/branch_7x
Commit: 9681645f9e3beb21a0b3a51a1352d4c7676e13af
Parents: 82b69b5
Author: Joel Bernstein <jb...@apache.org>
Authored: Mon Mar 26 20:05:22 2018 -0400
Committer: Joel Bernstein <jb...@apache.org>
Committed: Sun Aug 12 12:39:22 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/9681645f/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/9681645f/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