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

Commit 8a741b9

Browse files
committedDec 1, 2015
Replaced bit.ly links and updated elasticsearch.org to elastic.co.
1 parent 3f0fb14 commit 8a741b9

File tree

63 files changed

+129
-135
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

63 files changed

+129
-135
lines changed
 

‎010_Intro/10_Installing_ES.asciidoc

+4-4
Original file line numberDiff line numberDiff line change
@@ -8,22 +8,22 @@ Preferably, you should install the latest version of the((("Java", "installing")
88
from http://www.java.com[_www.java.com_].
99

1010
You can download the latest version of Elasticsearch from
11-
http://www.elasticsearch.org/download/[_elasticsearch.org/download_].
11+
https://www.elastic.co/downloads/elasticsearch[_elasticsearch.co/downloads/elasticsearch_].
1212

1313
[source,sh]
1414
--------------------------------------------------
15-
curl -L -O http://download.elasticsearch.org/PATH/TO/VERSION.zip <1>
15+
curl -L -O http://download.elastic.co/PATH/TO/VERSION.zip <1>
1616
unzip elasticsearch-$VERSION.zip
1717
cd elasticsearch-$VERSION
1818
--------------------------------------------------
1919
<1> Fill in the URL for the latest version available on
20-
http://www.elasticsearch.org/download/[_elasticsearch.org/download_].
20+
http://www.elastic.co/downloads/elasticsearch[_elastic.co/downloads/elasticsearch_].
2121

2222
[TIP]
2323
====
2424
When installing Elasticsearch in production, you can use the method
2525
described previously, or the Debian or RPM packages provided on the
26-
http://www.elasticsearch.org/downloads[downloads page]. You can also use
26+
http://www.elastic.co/downloads/elasticsearch[downloads page]. You can also use
2727
the officially supported
2828
https://github.com/elasticsearch/puppet-elasticsearch[Puppet module] or
2929
https://github.com/elasticsearch/cookbook-elasticsearch[Chef cookbook].

‎010_Intro/15_API.asciidoc

+3-4
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@ The Java client must be from the same _major_ version of Elasticsearch as the no
2929
otherwise, they may not be able to understand each other.
3030
====
3131

32-
More information about the Java clients can be found in the Java API section
33-
of the http://www.elasticsearch.org/guide/[Guide].
32+
More information about the Java clients can be found in https://www.elastic.co/guide/en/elasticsearch/client/index.html[Elasticsearch Clients].
3433

3534
==== RESTful API with JSON over HTTP
3635

@@ -41,8 +40,8 @@ seen, you can even talk to Elasticsearch from the command line by using the
4140

4241
NOTE: Elasticsearch provides official clients((("clients", "other than Java"))) for several languages--Groovy,
4342
JavaScript, .NET, PHP, Perl, Python, and Ruby--and there are numerous
44-
community-provided clients and integrations, all of which can be found in the
45-
http://www.elasticsearch.org/guide/[Guide].
43+
community-provided clients and integrations, all of which can be found in
44+
https://www.elastic.co/guide/en/elasticsearch/client/index.html[Elasticsearch Clients].
4645

4746
A request to Elasticsearch consists of the same parts as any HTTP request:((("HTTP requests")))((("requests to Elasticsearch")))
4847

0 commit comments

Comments
 (0)