Skip to content

Commit 80cd292

Browse files
apply suggestions from code review
1 parent fc54f5d commit 80cd292

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

deploy-manage/deploy/self-managed/install-elasticsearch-with-zip-on-windows.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ On Windows, the {{es}} {{ml}} feature requires the Microsoft Universal C Runtime
4242
## Step 1: Download and install the `.zip` package [install-windows]
4343

4444
% link url manually set
45-
Download the `.zip` archive for {{es}} {{version.stack}} from: [https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-{{version.stack}}-windows-x86_64.zip](https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-9.0.0-windows-x86_64.zip)
45+
Download the `.zip` archive for {{es}} {{version.stack}} from: <https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-{{version.stack}}-windows-x86_64.zip>
4646

4747
Unzip it with your favorite unzip tool. This will create a folder called `elasticsearch-<version>`, which we will refer to as `%ES_HOME%`. In a terminal window, `cd` to the `%ES_HOME%` directory, for instance:
4848

deploy-manage/deploy/self-managed/install-kibana-on-windows.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ products:
1818

1919
## Step 1: Download and install the `.zip` package [install-windows]
2020

21-
Download the .zip windows archive for {{kib}} {{version.stack}} from [https://artifacts.elastic.co/downloads/kibana/kibana-{{version.stack}}-windows-x86_64.zip](https://artifacts.elastic.co/downloads/kibana/kibana-9.0.0-windows-x86_64.zip)
21+
Download the .zip windows archive for {{kib}} {{version.stack}} from <https://artifacts.elastic.co/downloads/kibana/kibana-{{version.stack}}-windows-x86_64.zip>
2222

2323
Unzip it with your favorite unzip tool. This will create a folder called kibana-{{version.stack}}-windows-x86_64, which we will refer to as `$KIBANA_HOME`. In a terminal window, CD to the `$KIBANA_HOME` directory, for instance:
2424

0 commit comments

Comments
 (0)