diff --git a/plugins/CoreHome/templates/_donate.twig b/plugins/CoreHome/templates/_donate.twig index c4de056774e720ac112ce9c33f33ab2b00ce98ed..fff06f2cc148ec37f31af30b3821d7669790c12a 100755 --- a/plugins/CoreHome/templates/_donate.twig +++ b/plugins/CoreHome/templates/_donate.twig @@ -5,7 +5,7 @@ {% else %} <p>{{ 'CoreHome_DonateCall1'|translate }}</p> <p><strong>{{ 'CoreHome_DonateCall2'|translate }}</strong></p> - <p>{{ 'CoreHome_DonateCall3'|translate('<strong>','</strong>', '<a target="_blank" rel="nofollow" href="https://plugins.piwik.org/premium"><strong>', '</strong></a>')|raw }}</p> + <p>{{ 'CoreHome_DonateCall3'|translate('<strong>','</strong>', '<a target="_blank" rel="nofollow" href="https://piwik.org/recommends/premium-plugins/"><strong>', '</strong></a>')|raw }}</p> {% endif %} </div> diff --git a/plugins/Marketplace/API.php b/plugins/Marketplace/API.php index 0ebdaec90568f1e2cc8d8bd2605155ce0f6021b6..b8a817e5abc15c79b39d7348e6e399e7a21029a7 100644 --- a/plugins/Marketplace/API.php +++ b/plugins/Marketplace/API.php @@ -15,7 +15,7 @@ use Piwik\Plugins\Marketplace\Api\Service; use Piwik\Plugins\Marketplace\Plugins\InvalidLicenses; /** - * The Marketplace API lets you manage your license key so you can download & install in one-click <a target="_blank" rel="noreferrer" href="https://plugins.piwik.org/premium">paid premium plugins</a> you have subscribed to. + * The Marketplace API lets you manage your license key so you can download & install in one-click <a target="_blank" rel="noreferrer" href="https://piwik.org/recommends/premium-plugins/">paid premium plugins</a> you have subscribed to. * * @method static \Piwik\Plugins\Marketplace\API getInstance() */ diff --git a/plugins/Marketplace/templates/licenseform.twig b/plugins/Marketplace/templates/licenseform.twig index c43a4fd4df41e4e94df316edd948e1861459883e..17cc2d2a524dac1a6a2802ef4e45377a6e2b1fa7 100644 --- a/plugins/Marketplace/templates/licenseform.twig +++ b/plugins/Marketplace/templates/licenseform.twig @@ -49,7 +49,7 @@ {% else %} {% if isSuperUser %} - {{ 'Marketplace_PaidPluginsNoLicenseKeyIntro'|translate("<a target='_blank' href='?module=Proxy&action=redirect&url=https://plugins.piwik.org/premium'>", "</a>")|raw }} + {{ 'Marketplace_PaidPluginsNoLicenseKeyIntro'|translate("<a target='_blank' href='?module=Proxy&action=redirect&url=https://piwik.org/recommends/premium-plugins/'>", "</a>")|raw }} <br/> @@ -60,7 +60,7 @@ <div piwik-activity-indicator loading="licenseController.isUpdating"></div> {% else %} - {{ 'Marketplace_PaidPluginsNoLicenseKeyIntroNoSuperUserAccess'|translate("<a target='_blank' href='?module=Proxy&action=redirect&url=https://plugins.piwik.org/premium'>", "</a>")|raw }} + {{ 'Marketplace_PaidPluginsNoLicenseKeyIntroNoSuperUserAccess'|translate("<a target='_blank' href='?module=Proxy&action=redirect&url=https://piwik.org/recommends/premium-plugins/'>", "</a>")|raw }} {% endif %} {% endif %}