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

xiaoyu pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-shenyu-website.git


The following commit(s) were added to refs/heads/main by this push:
     new 7930f62  the DownloadCard, the url is wrong (#317)
7930f62 is described below

commit 7930f6220f1387508592437e44f3bd8abd68137e
Author: YuI <[email protected]>
AuthorDate: Thu Oct 21 11:48:12 2021 +0800

    the DownloadCard, the url is wrong (#317)
    
    * modify: the download version card.
    
    * fix: downloadCard, the url is wrong
    
    Co-authored-by: 艺铭 <[email protected]>
---
 src/pages/download/DownloadCard.tsx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/pages/download/DownloadCard.tsx 
b/src/pages/download/DownloadCard.tsx
index 2f08bd6..b86b0aa 100644
--- a/src/pages/download/DownloadCard.tsx
+++ b/src/pages/download/DownloadCard.tsx
@@ -59,7 +59,7 @@ const DownloadCard: React.FC<DownloadCardProps> = ({ ...props 
}) => {
     return (
         <div className={styles.main}>
             <div className={styles.githubDetail}>
-                <a target="_blank" 
href={`https://github.com/apache/incubator-shenyu/${props.githubRepo}`}>
+                <a target="_blank" 
href={`https://github.com/${props.githubRepo}`}>
                     <h1>
                         {props.name}
                     </h1>

Reply via email to