Skip to content

Commit 54f1e4a

Browse files
authored
[DOCS] Fix download links for tar.gz archive. (#60854)
1 parent 65a45d6 commit 54f1e4a

File tree

1 file changed

+4
-19
lines changed

1 file changed

+4
-19
lines changed

docs/reference/getting-started.asciidoc

Lines changed: 4 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -66,19 +66,11 @@ To run a three-node {es} cluster locally:
6666

6767
. Download the {es} archive for your OS:
6868
+
69-
Linux: https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-{version}-linux-x86_64.tar.gz[elasticsearch-{version}-linux-x86_64.tar.gz]
69+
Linux and macOS: https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-{version}.tar.gz[elasticsearch-{version}.tar.gz]
7070
+
7171
["source","sh",subs="attributes,callouts"]
7272
--------------------------------------------------
73-
curl -L -O https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-{version}-linux-x86_64.tar.gz
74-
--------------------------------------------------
75-
// NOTCONSOLE
76-
+
77-
macOS: https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-{version}-darwin-x86_64.tar.gz[elasticsearch-{version}-darwin-x86_64.tar.gz]
78-
+
79-
["source","sh",subs="attributes,callouts"]
80-
--------------------------------------------------
81-
curl -L -O https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-{version}-darwin-x86_64.tar.gz
73+
curl -L -O https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-{version}.tar.gz
8274
--------------------------------------------------
8375
// NOTCONSOLE
8476
+
@@ -87,18 +79,11 @@ https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-{version}-win
8779

8880
. Extract the archive:
8981
+
90-
Linux:
91-
+
92-
["source","sh",subs="attributes,callouts"]
93-
--------------------------------------------------
94-
tar -xvf elasticsearch-{version}-linux-x86_64.tar.gz
95-
--------------------------------------------------
96-
+
97-
macOS:
82+
Linux and macOS:
9883
+
9984
["source","sh",subs="attributes,callouts"]
10085
--------------------------------------------------
101-
tar -xvf elasticsearch-{version}-darwin-x86_64.tar.gz
86+
tar -xvf elasticsearch-{version}.tar.gz
10287
--------------------------------------------------
10388
+
10489
Windows PowerShell:

0 commit comments

Comments
 (0)