Skip to content
This repository has been archived by the owner on Sep 27, 2018. It is now read-only.

Commit

Permalink
better link: git.io/storyboard
Browse files Browse the repository at this point in the history
  • Loading branch information
zmwangx committed Jun 15, 2015
1 parent 61a3707 commit 82a66eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/storyboard/storyboard.py
Expand Up @@ -1017,7 +1017,7 @@ def _gen_promotional_banner(total_width, params=None):
background_color = _read_param(params, 'background_color', 'white')

text = ("Generated by storyboard version %s. "
"Fork me on GitHub: github.com/zmwangx/storyboard"
"Fork me on GitHub: git.io/storyboard"
% version.__version__)
text_width, total_height = draw_text_block(None, (0, 0), text, params={
'font': text_font,
Expand Down

0 comments on commit 82a66eb

Please sign in to comment.