Change github URLs from micahflee/onionshare to onionshare/onionshare

This commit is contained in:
Micah Lee 2021-08-20 13:34:55 -07:00
parent 4b4fecc802
commit 6049509db6
No known key found for this signature in database
GPG key ID: 403C2657CD994F73
7 changed files with 10 additions and 10 deletions

View file

@ -363,7 +363,7 @@ class Mode(QtWidgets.QWidget):
self.startup_thread.quit()
# Canceling only works in Windows
# https://github.com/micahflee/onionshare/issues/1371
# https://github.com/onionshare/onionshare/issues/1371
if self.common.platform == "Windows":
if self.onion_thread:
self.common.log("Mode", "cancel_server: quitting onion thread")

View file

@ -17,7 +17,7 @@
<caption>Types of services that OnionShare supports</caption>
</screenshot>
</screenshots>
<url type="bugtracker">https://github.com/micahflee/onionshare/issues/</url>
<url type="bugtracker">https://github.com/onionshare/onionshare/issues/</url>
<url type="help">https://onionshare.org/</url>
<url type="homepage">https://onionshare.org/</url>
<developer_name>Micah Lee</developer_name>