Skip to content

Commit

Permalink
Fix for changed "sponsor issue" link on the freedomsponsors.org site.
Browse files Browse the repository at this point in the history
- "/core/" was removed and "page not found" error was being displayed.
-- See freedomsponsors/www.freedomsponsors.org@53ae7a4#commitcomment-24459613
  • Loading branch information
Enygma2002 committed Sep 21, 2017
1 parent 0fd48fc commit 419b578
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/main/resources/atlassian-plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<label>Sponsor this issue!</label>
<tooltip>Sponsors the issue at FreedomSponsors.org</tooltip>
<context-provider class="org.freedomsponsors.plugins.jira.SponsorThis"/>
<link linkId="manage-project-link" absolute="true">http://www.freedomsponsors.org/core/issue/sponsor?trackerURL=${baseUrl}/browse/${issue.key}</link>
<link linkId="manage-project-link" absolute="true">http://www.freedomsponsors.org/issue/sponsor?trackerURL=${baseUrl}/browse/${issue.key}</link>
</web-item>
<resource type="i18n" name="i18n" location="org.freedomsponsors.plugins.jira"/>
<web-panel name="SponsorThis" i18n-name-key="sponsor-this.name" key="sponsor-this" location="atl.jira.view.issue.right.context" weight="1000">
Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/sponsorthis.vm
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#if( ${visible} )
<p>
<a style="font-weight: bold; color: green;"
href="http://www.freedomsponsors.org/core/issue/sponsor?trackerURL=${baseUrl}/browse/${issueKey}"
href="http://www.freedomsponsors.org/issue/sponsor?trackerURL=${baseUrl}/browse/${issueKey}"
target="_fs">
Sponsor $issueKey on FreedomSponsors.org</a>
</p>
#end
#end

0 comments on commit 419b578

Please sign in to comment.