From 419b578afa74af75e9f1b5889660bf8733825d03 Mon Sep 17 00:00:00 2001 From: Eduard Moraru Date: Thu, 21 Sep 2017 16:20:23 +0300 Subject: [PATCH] Fix for changed "sponsor issue" link on the freedomsponsors.org site. - "/core/" was removed and "page not found" error was being displayed. -- See https://github.com/freedomsponsors/www.freedomsponsors.org/commit/53ae7a4019fbac5974e06335ae88611ed3b93c0d#commitcomment-24459613 --- src/main/resources/atlassian-plugin.xml | 2 +- src/main/resources/sponsorthis.vm | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/resources/atlassian-plugin.xml b/src/main/resources/atlassian-plugin.xml index 68352e9..3e8e4f3 100644 --- a/src/main/resources/atlassian-plugin.xml +++ b/src/main/resources/atlassian-plugin.xml @@ -10,7 +10,7 @@ Sponsors the issue at FreedomSponsors.org - http://www.freedomsponsors.org/core/issue/sponsor?trackerURL=${baseUrl}/browse/${issue.key} + http://www.freedomsponsors.org/issue/sponsor?trackerURL=${baseUrl}/browse/${issue.key} diff --git a/src/main/resources/sponsorthis.vm b/src/main/resources/sponsorthis.vm index 0c6485c..4f3739a 100644 --- a/src/main/resources/sponsorthis.vm +++ b/src/main/resources/sponsorthis.vm @@ -1,8 +1,8 @@ #if( ${visible} )

Sponsor $issueKey on FreedomSponsors.org

-#end \ No newline at end of file +#end