This is an automated email from the ASF dual-hosted git repository.
zihaoxiang 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 6085c4ea85 fix: choose by your deployment requirement link error (#978)
6085c4ea85 is described below
commit 6085c4ea853d667ca83dfe0f402a29c190d2537f
Author: Applenice <[email protected]>
AuthorDate: Fri May 2 19:33:40 2025 +0800
fix: choose by your deployment requirement link error (#978)
---
src/views/Download/index.jsx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/views/Download/index.jsx b/src/views/Download/index.jsx
index 56f0c815b7..c9514f3016 100644
--- a/src/views/Download/index.jsx
+++ b/src/views/Download/index.jsx
@@ -37,7 +37,7 @@ const Download = () => {
className="download-item-more"
type="link"
onClick={() => {
- navigate(`/${params.locale}/download/deployment`);
+ navigate(`/${params.locale}/download/${versions[0]}`);
}}
>
{t("learn_more")}