You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ct...@apache.org on 2017/06/21 18:58:34 UTC

lucene-solr:master: Ref Guide: incorrect inter-doc reference fails the Guide build; added anchor for PDF links

Repository: lucene-solr
Updated Branches:
  refs/heads/master 58105a203 -> 5dcd6263c


Ref Guide: incorrect inter-doc reference fails the Guide build; added anchor for PDF 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/5dcd6263
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/5dcd6263
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/5dcd6263

Branch: refs/heads/master
Commit: 5dcd6263cbddf41f0835554bb9194bd293ac42e8
Parents: 58105a2
Author: Cassandra Targett <ct...@apache.org>
Authored: Wed Jun 21 13:57:16 2017 -0500
Committer: Cassandra Targett <ct...@apache.org>
Committed: Wed Jun 21 13:57:16 2017 -0500

----------------------------------------------------------------------
 solr/solr-ref-guide/src/content-streams.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/5dcd6263/solr/solr-ref-guide/src/content-streams.adoc
----------------------------------------------------------------------
diff --git a/solr/solr-ref-guide/src/content-streams.adoc b/solr/solr-ref-guide/src/content-streams.adoc
index 2dc6404..f5f01a8 100644
--- a/solr/solr-ref-guide/src/content-streams.adoc
+++ b/solr/solr-ref-guide/src/content-streams.adoc
@@ -52,7 +52,7 @@ Remote streaming is disabled by default. Enabling it is not recommended in a pro
 
 When `enableRemoteStreaming` is not specified in `solrconfig.xml`, the default behavior is to _not_ allow remote streaming (i.e., `enableRemoteStreaming="false"`).
 
-Remote streaming can also be enabled through the <<config-api.adoc,Config API>> as follows:
+Remote streaming can also be enabled through the <<config-api.adoc#config-api,Config API>> as follows:
 
 [source]
 ----