aboutsummaryrefslogtreecommitdiff
path: root/docs/source
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 /docs/source
parent4b4fecc802f402c6d85f3620cb0f5101854959ac (diff)
downloadonionshare-6049509db6b3a8fd90cdf07d2d63b0d58c5d62ca.tar.gz
onionshare-6049509db6b3a8fd90cdf07d2d63b0d58c5d62ca.zip
Change github URLs from micahflee/onionshare to onionshare/onionshare
Diffstat (limited to 'docs/source')
-rw-r--r--docs/source/develop.rst6
-rw-r--r--docs/source/help.rst4
2 files changed, 5 insertions, 5 deletions
diff --git a/docs/source/develop.rst b/docs/source/develop.rst
index 6ac1da61..6e429e6a 100644
--- a/docs/source/develop.rst
+++ b/docs/source/develop.rst
@@ -14,10 +14,10 @@ OnionShare also has a `mailing list <https://lists.riseup.net/www/subscribe/onio
Contributing Code
-----------------
-OnionShare source code is to be found in this Git repository: https://github.com/micahflee/onionshare
+OnionShare source code is to be found in this Git repository: https://github.com/onionshare/onionshare
If you'd like to contribute code to OnionShare, it helps to join the Keybase team and ask questions about what you're thinking of working on.
-You should also review all of the `open issues <https://github.com/micahflee/onionshare/issues>`_ on GitHub to see if there are any you'd like to tackle.
+You should also review all of the `open issues <https://github.com/onionshare/onionshare/issues>`_ on GitHub to see if there are any you'd like to tackle.
When you're ready to contribute code, open a pull request in the GitHub repository and one of the project maintainers will review it and possibly ask questions, request changes, reject it, or merge it into the project.
@@ -27,7 +27,7 @@ Starting Development
--------------------
OnionShare is developed in Python.
-To get started, clone the Git repository at https://github.com/micahflee/onionshare/ and then consult the ``cli/README.md`` file to learn how to set up your development environment for the command-line version, and the ``desktop/README.md`` file to learn how to set up your development environment for the graphical version.
+To get started, clone the Git repository at https://github.com/onionshare/onionshare/ and then consult the ``cli/README.md`` file to learn how to set up your development environment for the command-line version, and the ``desktop/README.md`` file to learn how to set up your development environment for the graphical version.
Those files contain the necessary technical instructions and commands install dependencies for your platform, and to run OnionShare from the source tree.
diff --git a/docs/source/help.rst b/docs/source/help.rst
index 8c04350a..ad7b76cd 100644
--- a/docs/source/help.rst
+++ b/docs/source/help.rst
@@ -9,12 +9,12 @@ You will find instructions on how to use OnionShare. Look through all of the sec
Check the GitHub Issues
-----------------------
-If it isn't on the website, please check the `GitHub issues <https://github.com/micahflee/onionshare/issues>`_. It's possible someone else has encountered the same problem and either raised it with the developers, or maybe even posted a solution.
+If it isn't on the website, please check the `GitHub issues <https://github.com/onionshare/onionshare/issues>`_. It's possible someone else has encountered the same problem and either raised it with the developers, or maybe even posted a solution.
Submit an Issue Yourself
------------------------
-If you are unable to find a solution, or wish to ask a question or suggest a new feature, please `submit an issue <https://github.com/micahflee/onionshare/issues/new>`_. This requires `creating a GitHub account <https://help.github.com/articles/signing-up-for-a-new-github-account/>`_.
+If you are unable to find a solution, or wish to ask a question or suggest a new feature, please `submit an issue <https://github.com/onionshare/onionshare/issues/new>`_. This requires `creating a GitHub account <https://help.github.com/articles/signing-up-for-a-new-github-account/>`_.
Join our Keybase Team
---------------------