Skip to content

Commit

Permalink
Missing slash
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljoseph committed Sep 3, 2013
1 parent 378cb51 commit 90f6ee1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion changes/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ def changelog(arguments):
new_version = arguments['new_version']

changelog_content = [
'\n## [%s](%scompare/%s...%s)\n\n' % (
'\n## [%s](%s/compare/%s...%s)\n\n' % (
new_version, extract_attribute(app_name, '__url__'),
current_version(app_name), new_version,
)
Expand Down

0 comments on commit 90f6ee1

Please sign in to comment.