1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-28 16:17:02 +00:00

update community to pro url (#7447)

* update community to pro url

* update
This commit is contained in:
lian
2025-02-08 14:35:13 +08:00
committed by GitHub
parent 2b08b68f7a
commit 3998d3be44

View File

@@ -108,7 +108,7 @@ class Info extends Component {
</dd> : </dd> :
<dd className="info-item-content"> <dd className="info-item-content">
{gettext('Community Edition')} {gettext('Community Edition')}
<a className="ml-1" href="https://download.seafile.com/published/seafile-manual/deploy_pro/migrate_from_seafile_community_server.md" target="_blank" rel="noreferrer">{gettext('Upgrade to Pro Edition')}</a> <a className="ml-1" href="https://manual.seafile.com/latest/setup/migrate_ce_to_pro_with_docker/" target="_blank" rel="noreferrer">{gettext('Upgrade to Pro Edition')}</a>
</dd> </dd>
} }