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

mmerli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git


The following commit(s) were added to refs/heads/master by this push:
     new 49b5590  Fixed KEYS URL in download page. (#3282)
49b5590 is described below

commit 49b5590781ddb90cd12e3966593c72d6234ba952
Author: Matteo Merli <[email protected]>
AuthorDate: Thu Jan 3 11:28:18 2019 -0800

    Fixed KEYS URL in download page. (#3282)
---
 site2/website/pages/en/download.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/site2/website/pages/en/download.js 
b/site2/website/pages/en/download.js
index a84bd43..51a9bb8 100644
--- a/site2/website/pages/en/download.js
+++ b/site2/website/pages/en/download.js
@@ -89,7 +89,7 @@ class Download extends React.Component {
             <MarkdownBlock>
               You must [verify](https://www.apache.org/info/verification.html) 
the integrity of the downloaded files.
               We provide OpenPGP signatures for every release file. This 
signature should be matched against the
-              [KEYS](https://www.apache.org/dist/incubator/pulsar/KEYS) file 
which contains the OpenPGP keys of
+              [KEYS](https://www.apache.org/dist/pulsar/KEYS) file which 
contains the OpenPGP keys of
               Pulsar's Release Managers. We also provide `SHA-512` checksums 
for every release file.
               After you download the file, you should calculate a checksum for 
your download, and make sure it is
               the same as ours.

Reply via email to