Skip to content

Commit 8c80706

Browse files
authored
[docs] shorter install URL for YDB CLI for Windows (#13063)
1 parent 4081b1f commit 8c80706

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

ydb/docs/en/core/reference/ydb-cli/_includes/install.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
**PowerShell.** To do this, run the command:
4444

4545
```powershell
46-
iex (New-Object System.Net.WebClient).DownloadString('https://storage.yandexcloud.net/yandexcloud-ydb/install.ps1')
46+
iex (New-Object System.Net.WebClient).DownloadString('https://install.ydb.tech/cli-windows')
4747
```
4848
4949
Specify whether to add the executable file path to the `PATH` environment variable:
@@ -55,7 +55,7 @@
5555
**cmd.** To do this, run the command:
5656
5757
```cmd
58-
@"%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe" -Command "iex ((New-Object System.Net.WebClient).DownloadString('https://storage.yandexcloud.net/yandexcloud-ydb/install.ps1'))"
58+
@"%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe" -Command "iex ((New-Object System.Net.WebClient).DownloadString('https://install.ydb.tech/cli-windows'))"
5959
```
6060
6161
Specify whether to add the executable file path to the `PATH` environment variable:

ydb/docs/ru/core/reference/ydb-cli/_includes/install.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
* PowerShell. Для этого выполните команду:
4444

4545
```powershell
46-
iex (New-Object System.Net.WebClient).DownloadString('https://storage.yandexcloud.net/yandexcloud-ydb/install.ps1')
46+
iex (New-Object System.Net.WebClient).DownloadString('https://install.ydb.tech/cli-windows')
4747
```
4848
4949
Укажите, нужно ли добавить путь к исполняемому файлу в переменную окружения `PATH`:
@@ -55,7 +55,7 @@
5555
* cmd. Для этого выполните команду:
5656
5757
```cmd
58-
@"%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe" -Command "iex ((New-Object System.Net.WebClient).DownloadString('https://storage.yandexcloud.net/yandexcloud-ydb/install.ps1'))"
58+
@"%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe" -Command "iex ((New-Object System.Net.WebClient).DownloadString('https://install.ydb.tech/cli-windows'))"
5959
```
6060
6161
Укажите, нужно ли добавить путь к исполняемому в переменную окружения `PATH`:

0 commit comments

Comments
 (0)