summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2021-08-20 13:34:55 -0700
committerMicah Lee <micah@micahflee.com>2021-08-20 13:34:55 -0700
commit6049509db6b3a8fd90cdf07d2d63b0d58c5d62ca (patch)
treea9575ee78b6ca795ad552c260681b8d735db0d89 /desktop
parent4b4fecc802f402c6d85f3620cb0f5101854959ac (diff)
downloadonionshare-6049509db6b3a8fd90cdf07d2d63b0d58c5d62ca.tar.gz
onionshare-6049509db6b3a8fd90cdf07d2d63b0d58c5d62ca.zip
Change github URLs from micahflee/onionshare to onionshare/onionshare
Diffstat (limited to 'desktop')
-rw-r--r--desktop/README.md2
-rw-r--r--desktop/src/onionshare/tab/mode/__init__.py2
-rw-r--r--desktop/src/org.onionshare.OnionShare.appdata.xml2
3 files changed, 3 insertions, 3 deletions
diff --git a/desktop/README.md b/desktop/README.md
index eb91e315..4a59fe03 100644
--- a/desktop/README.md
+++ b/desktop/README.md
@@ -5,7 +5,7 @@
Start by getting the source code and changing to the `desktop` folder:
```sh
-git clone https://github.com/micahflee/onionshare.git
+git clone https://github.com/onionshare/onionshare.git
cd onionshare/desktop
```
diff --git a/desktop/src/onionshare/tab/mode/__init__.py b/desktop/src/onionshare/tab/mode/__init__.py
index 683c2e73..aeecaf66 100644
--- a/desktop/src/onionshare/tab/mode/__init__.py
+++ b/desktop/src/onionshare/tab/mode/__init__.py
@@ -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")
diff --git a/desktop/src/org.onionshare.OnionShare.appdata.xml b/desktop/src/org.onionshare.OnionShare.appdata.xml
index 9e401472..a53bc930 100644
--- a/desktop/src/org.onionshare.OnionShare.appdata.xml
+++ b/desktop/src/org.onionshare.OnionShare.appdata.xml
@@ -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>