Skip to content

Commit

Permalink
update ubication git code
Browse files Browse the repository at this point in the history
  • Loading branch information
SavMartin committed Mar 12, 2021
1 parent 20cef5d commit 5210e85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ def draw(self, context):
box.label(text="Additional Links")
col = box.column(align=True)
col.operator("wm.url_open", text="Donate", icon='HELP').url = "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=ZC9X4LE7CPQN6"
col.operator("wm.url_open", text="GIT Code", icon='WORDWRAP_ON').url = "https://bitbucket.org/renderhjs/textools-blender/src"
col.operator("wm.url_open", text="GIT Code", icon='WORDWRAP_ON').url = "https://github.com/SavMartin/TexTools-Blender"

col.label(text="Discussions")
row = col.row(align=True)
Expand Down

0 comments on commit 5210e85

Please sign in to comment.