From 1f3587db6a97a83200ac76148f0df57edc2e9125 Mon Sep 17 00:00:00 2001 From: Zhao Xiaojie Date: Fri, 24 Apr 2020 19:43:24 +0800 Subject: [PATCH] Fix the broken links for downloading windows jcli (#393) --- README-zh.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README-zh.md b/README-zh.md index 4bdfd10..e376e80 100644 --- a/README-zh.md +++ b/README-zh.md @@ -48,7 +48,7 @@ sudo mv jcli /usr/local/bin/ ## Windows -你只要[点击这里](https://github.com/jenkins-zh/jenkins-cli/releases/latest/download/jcli-windows-386.tar.gz)就可以下载到最新版本的压缩包。之后,把解压后的文件 `jcli` 拷贝到你的系统目录下即可。 +你只要[点击这里](https://github.com/jenkins-zh/jenkins-cli/releases/latest/download/jcli-windows-amd64.zip)就可以下载到最新版本的压缩包。之后,把解压后的文件 `jcli` 拷贝到你的系统目录下即可。 ## 其他包管理器 diff --git a/README.md b/README.md index bfbf902..962654d 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ sudo mv jcli /usr/local/bin/ ## Windows -You can find the latest version [here](https://github.com/jenkins-zh/jenkins-cli/releases/latest/download/jcli-windows-386.tar.gz). +You can find the latest version [here](https://github.com/jenkins-zh/jenkins-cli/releases/latest/download/jcli-windows-amd64.zip). Download the tar file and copy the uncompressed `jcli` directory into your system path. ## Other package managers -- GitLab