Skip to content

Commit 34c726a

Browse files
committed
Fix typo in URL
Closes elastic#460
1 parent 82c2335 commit 34c726a

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed

010_Intro/10_Installing_ES.asciidoc

+10-11
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ Preferably, you should install the latest version of the((("Java", "installing")
99
from http://www.java.com[_www.java.com_].
1010

1111
You can get the latest version of Elasticsearch from
12-
https://www.elastic.co/downloads/elasticsearch[_elasticsearch.co/downloads/elasticsearch_].
12+
https://www.elastic.co/downloads/elasticsearch[_elastic.co/downloads/elasticsearch_].
1313

14-
To install Elasticsearch, download and extract the archive file for your platform. For
15-
more information, see the {ref}/_installation.html[Installation] topic in the Elasticsearch
16-
Reference.
14+
To install Elasticsearch, download and extract the archive file for your platform. For
15+
more information, see the {ref}/_installation.html[Installation] topic in the Elasticsearch
16+
Reference.
1717

1818
[TIP]
1919
====
20-
When installing Elasticsearch in production, you can choose to use
20+
When installing Elasticsearch in production, you can choose to use
2121
the Debian or RPM packages provided on the
2222
http://www.elastic.co/downloads/elasticsearch[downloads page]. You can also use
2323
the officially supported
@@ -43,9 +43,9 @@ Test it out by opening another terminal window and running the following:
4343
curl 'http://localhost:9200/?pretty'
4444
--------------------------------------------------
4545

46-
TIP: If you're running Elasticsearch on Windows, you can download cURL from
46+
TIP: If you're running Elasticsearch on Windows, you can download cURL from
4747
http://curl.haxx.se/download.html[`http://curl.haxx.se/download.html`]. cURL
48-
provides a convenient way to submit requests to Elasticsearch and
48+
provides a convenient way to submit requests to Elasticsearch and
4949
installing cURL enables you to copy and paste many of the examples in this
5050
book to try them out.
5151

@@ -79,7 +79,7 @@ file that's loaded when you start a node. More information about this and other
7979
in the Production Deployment section at the end of this book.
8080

8181
TIP: See that View in Sense link at the bottom of the example? <<sense, Install the Sense console>>
82-
to run the examples in this book against your own Elasticsearch cluster and view the results.
82+
to run the examples in this book against your own Elasticsearch cluster and view the results.
8383

8484
When Elasticsearch is running in the foreground, you can stop it by pressing Ctrl-C.
8585

@@ -113,7 +113,6 @@ to https://www.elastic.co/guide/en/sense/current/installing.html#manual_download
113113
--------------------------------------------------
114114
./bin/kibana <1>
115115
--------------------------------------------------
116-
<1> Windows: `bin\kibana.bat`.
117-
118-
. Open Sense your web browser by going to `http://localhost:5601/app/sense`.
116+
<1> Windows: `bin\kibana.bat`.
119117

118+
. Open Sense your web browser by going to `http://localhost:5601/app/sense`.

0 commit comments

Comments
 (0)