mirror of https://github.com/langgenius/dify.git
fix: detail link of plugin
This commit is contained in:
parent
021bc57cd4
commit
eec193488d
|
|
@ -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}`}
|
||||
/>
|
||||
<ActionButton onClick={onHide}>
|
||||
<RiCloseLine className='w-4 h-4' />
|
||||
|
|
|
|||
Loading…
Reference in New Issue