From eec193488d966d8042d4721368e464623cfaeb3c Mon Sep 17 00:00:00 2001 From: JzoNg Date: Thu, 21 Nov 2024 13:09:10 +0800 Subject: [PATCH] fix: detail link of plugin --- .../components/plugins/plugin-detail-panel/detail-header.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/app/components/plugins/plugin-detail-panel/detail-header.tsx b/web/app/components/plugins/plugin-detail-panel/detail-header.tsx index 2a489d0bf9..f99384100c 100644 --- a/web/app/components/plugins/plugin-detail-panel/detail-header.tsx +++ b/web/app/components/plugins/plugin-detail-panel/detail-header.tsx @@ -229,7 +229,7 @@ const DetailHeader = ({ onInfo={showPluginInfo} onCheckVersion={handleUpdate} onRemove={showDeleteConfirm} - detailUrl={`${MARKETPLACE_URL_PREFIX}/plugin/${author}/${name}`} + detailUrl={`${MARKETPLACE_URL_PREFIX}/plugins/${author}/${name}`} />