You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by mm...@apache.org on 2019/01/02 19:51:48 UTC

[pulsar] 01/01: Fixed KEYS URL in download page.

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

mmerli pushed a commit to branch merlimat-patch-1
in repository https://gitbox.apache.org/repos/asf/pulsar.git

commit 09f4d038f8410e1ae0670af5c4737c721a8613e4
Author: Matteo Merli <mm...@apache.org>
AuthorDate: Wed Jan 2 11:51:41 2019 -0800

    Fixed KEYS URL in download page.
---
 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.