Skip to content
This repository was archived by the owner on Sep 21, 2021. It is now read-only.

Commit 53ec34a

Browse files
committed
[DOCS] Fix broken 2.4 links to Elasticsearch Reference Guide
1 parent 50644f5 commit 53ec34a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

010_Intro/10_Installing_ES.asciidoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ You can get the latest version of Elasticsearch from
1212
https://www.elastic.co/downloads/elasticsearch[_elastic.co/downloads/elasticsearch_].
1313

1414
To install Elasticsearch, download and extract the archive file for your platform. For
15-
more information, see the {ref}/install-elasticsearch.html[Installation] topic
15+
more information, see the https://www.elastic.co/guide/en/elasticsearch/reference/5.6/install-elasticsearch.html[Installation] topic
1616
in the Elasticsearch Reference.
1717

1818
[TIP]

170_Relevance/65_Script_score.asciidoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ scripts are not quite fast enough, you have three options:
115115
document.
116116
* Groovy is fast, but not quite as fast as Java.((("Java", "scripting in"))) You could reimplement your
117117
script as a native Java script. (See
118-
{ref}/modules-scripting-native.html[Native Java Scripts]).
118+
https://www.elastic.co/guide/en/elasticsearch/reference/5.6/modules-scripting-native.html[Native Java Scripts]).
119119
* Use the `rescore` functionality((("rescoring"))) described in <<rescore-api>> to apply
120120
your script to only the best-scoring documents.
121121

410_Scaling/80_Scale_is_not_infinite.asciidoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,5 +83,5 @@ small and agile.
8383
Eventually, despite your best intentions, you may find that the number of
8484
nodes and indices and mappings that you have is just too much for one cluster.
8585
At this stage, it is probably worth dividing the problem into multiple
86-
clusters. Thanks to {ref}/modules-cross-cluster-search.html[cross cluster search], you can even run
86+
clusters. Thanks to https://www.elastic.co/guide/en/elasticsearch/reference/5.6/modules-cross-cluster-search.html[cross cluster search], you can even run
8787
searches across multiple clusters, as if they were one big cluster.

0 commit comments

Comments
 (0)