You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by wu...@apache.org on 2020/03/23 13:06:25 UTC

[skywalking-website] branch master updated: Fix https://github.com/apache/skywalking/issues/4557 and https://github.com/apache/skywalking/issues/4556

This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 07a3b40  Fix https://github.com/apache/skywalking/issues/4557 and https://github.com/apache/skywalking/issues/4556
07a3b40 is described below

commit 07a3b4018698997c9a42b6d7a0f5607a5fc6485a
Author: Wu Sheng <wu...@foxmail.com>
AuthorDate: Mon Mar 23 21:05:57 2020 +0800

    Fix https://github.com/apache/skywalking/issues/4557 and https://github.com/apache/skywalking/issues/4556
---
 docs/downloads/README.md    | 8 ++++----
 docs/zh/downloads/README.md | 8 +++++---
 2 files changed, 9 insertions(+), 7 deletions(-)

diff --git a/docs/downloads/README.md b/docs/downloads/README.md
index 5ac2b06..9c63c05 100755
--- a/docs/downloads/README.md
+++ b/docs/downloads/README.md
@@ -66,7 +66,7 @@ You can also read the [changelogs](https://github.com/apache/skywalking/blob/mas
 <br/>
 
 # Verify the releases
-[PGP signatures KEYS](https://downloads.apache.org/incubator/skywalking/KEYS)
+[PGP signatures KEYS](https://downloads.apache.org/skywalking/KEYS)
 
 It is essential that you verify the integrity of the downloaded files using the PGP or SHA signatures. The PGP signatures can be verified using GPG or PGP. Please download the KEYS as well as the asc signature files for relevant distribution. It is recommended to get these files from the main distribution directory and not from the mirrors.
 
@@ -85,15 +85,15 @@ pgp -ka KEYS
 To verify the binaries/sources you can download the relevant asc files for it from main distribution directory and follow the below guide.
 
 ```
-gpg --verify apache-skywalking-apm-incubating********.asc apache-skywalking-apm-incubating*********
+gpg --verify apache-skywalking-apm-********.asc apache-skywalking-apm-*********
 
 or
 
-pgpv apache-skywalking-apm-incubating********.asc
+pgpv apache-skywalking-apm-********.asc
 
 or
 
-pgp apache-skywalking-apm-incubating********.asc
+pgp apache-skywalking-apm-********.asc
 ```
 
 <br/>
diff --git a/docs/zh/downloads/README.md b/docs/zh/downloads/README.md
index c3172f4..7196c5c 100755
--- a/docs/zh/downloads/README.md
+++ b/docs/zh/downloads/README.md
@@ -61,6 +61,8 @@ SkyWalking Nginx LUA agent 要求 SkyWalking APM 7.0以上版本
 所有版本的[变更说明](https://github.com/apache/skywalking/blob/master/CHANGES.md).
 
 # 验证版本
+[PGP signatures KEYS](https://downloads.apache.org/skywalking/KEYS)
+
 使用PGP或SHA签名验证下载文件的完整性至关重要。可以使用GPG或PGP验证PGP签名。请下载KEYS以及发布的asc签名文件。建议从主发布目录而不是镜像中获取这些文件。
 
 ```
@@ -78,13 +80,13 @@ pgp -ka KEYS
 要验证二进制文件/源,您可以从主发布目录下载相关的asc文件,并按照以下指南进行操作。
 
 ```
-gpg --verify apache-skywalking-apm-incubating********.asc apache-skywalking-apm-incubating*********
+gpg --verify apache-skywalking-apm-********.asc apache-skywalking-apm-*********
 
 or
 
-pgpv apache-skywalking-apm-incubating********.asc
+pgpv apache-skywalking-apm-********.asc
 
 or
 
-pgp apache-skywalking-apm-incubating********.asc
+pgp apache-skywalking-apm-********.asc
 ```