Skip to content

Commit

Permalink
Simplify Ukraine url
Browse files Browse the repository at this point in the history
  • Loading branch information
aivarannamaa committed Mar 19, 2022
1 parent 63f3af4 commit ab53fff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.. image:: https://github.com/thonny/thonny/blob/master/thonny/res/Ukraine.png

`Support Ukraine! <https://github.com/thonny/thonny/wiki/Support-Ukraine!>`_
`Support Ukraine! <https://github.com/thonny/thonny/wiki/Support-Ukraine>`_

======
Thonny
Expand Down
2 changes: 1 addition & 1 deletion thonny/workbench.py
Original file line number Diff line number Diff line change
Expand Up @@ -789,7 +789,7 @@ def _init_support_ukraine_bar(self) -> None:
ukraine_label.grid(row=1, column=1, sticky="wsn")

def _support_ukraine(self, event=None) -> None:
webbrowser.open("https://github.com/thonny/thonny/wiki/Support-Ukraine!")
webbrowser.open("https://github.com/thonny/thonny/wiki/Support-Ukraine")

def _init_backend_switcher(self):

Expand Down

0 comments on commit ab53fff

Please sign in to comment.