Skip to content

Commit

Permalink
Fix release notes links;
Browse files Browse the repository at this point in the history
  • Loading branch information
yanne committed Jan 16, 2016
1 parent 5f6b79f commit 10f987d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks.py
Expand Up @@ -270,7 +270,7 @@ def _download_and_format_issues():
base_url = 'http://github.com/robotframework/RIDE/issues/'
for issue in issues:
writer.start('tr')
link_tmpl = '<a href="{0}{0}">Issue {0}</a>'
link_tmpl = '<a href="{}{}">Issue {}</a>'
row = [link_tmpl.format(base_url, issue.number, issue.number),
_find_type(issue),
_find_priority(issue),
Expand Down

0 comments on commit 10f987d

Please sign in to comment.