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

benjobs pushed a commit to branch verify-release
in repository 
https://gitbox.apache.org/repos/asf/incubator-streampark-website.git


The following commit(s) were added to refs/heads/verify-release by this push:
     new 7491924c [Improve] PGP-KEYS download url improvement
7491924c is described below

commit 7491924ca596bed46ed84ba3f7f7dd865ec20edb
Author: benjobs <[email protected]>
AuthorDate: Fri Dec 6 11:26:34 2024 +0800

    [Improve] PGP-KEYS download url improvement
---
 src/pages/download/index.jsx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/pages/download/index.jsx b/src/pages/download/index.jsx
index 052ad034..23a7d594 100644
--- a/src/pages/download/index.jsx
+++ b/src/pages/download/index.jsx
@@ -47,7 +47,7 @@ export default function () {
         <p>
            <span>
               {dataSource.downloadText} <a
-               
href="https://dist.apache.org/repos/dist/dev/incubator/streampark/KEYS";>PGP 
KEYS </a> {dataSource.verifyDesc1} :
+               
href="https://downloads.apache.org/incubator/streampark/KEYS";>PGP KEYS </a> 
{dataSource.verifyDesc1} :
           </span>
 
           <li> {dataSource.verifyStep1} </li>

Reply via email to