-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix for changed "sponsor issue" link on the freedomsponsors.org site.
- "/core/" was removed and "page not found" error was being displayed. -- See freedomsponsors/www.freedomsponsors.org@53ae7a4#commitcomment-24459613
- Loading branch information
1 parent
0fd48fc
commit 419b578
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |