You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by ca...@apache.org on 2022/12/21 02:43:28 UTC

[dolphinscheduler-website] branch master updated: fix: download link error (#866)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 4ffeacc0f8 fix: download link error (#866)
4ffeacc0f8 is described below

commit 4ffeacc0f8a624ed5950928a45559d83eeb0d57c
Author: Jay Chung <zh...@gmail.com>
AuthorDate: Wed Dec 21 10:43:23 2022 +0800

    fix: download link error (#866)
---
 src/views/Download/Version.jsx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/views/Download/Version.jsx b/src/views/Download/Version.jsx
index 17100c8930..dc62af52a0 100644
--- a/src/views/Download/Version.jsx
+++ b/src/views/Download/Version.jsx
@@ -140,7 +140,7 @@ export const Version = () => {
                   {t("download")}
                 </div>
                 <Button type="link" href={detail.bin.src}>
-                  {detail.bin.bin?.split("/").at(-1)}
+                  {detail.bin.src?.split("/").at(-1)}
                 </Button>
               </div>
               <div className="download-version-item">