summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.rst
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2019-10-24 13:40:27 +0100
committerColin Watson <cjwatson@debian.org>2019-10-24 13:40:27 +0100
commit1b170095f3e7d03666d8e672d3ad62355a5240dc (patch)
treef3660f04c21884ca15559794f9d62c8d11e0924e /CONTRIBUTING.rst
parent6ee4c027ff1501a7fe68f03ba94846ef614137b2 (diff)
New upstream version 1.5.0
Diffstat (limited to 'CONTRIBUTING.rst')
-rw-r--r--CONTRIBUTING.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst
index 229e5cd..1d6bfc5 100644
--- a/CONTRIBUTING.rst
+++ b/CONTRIBUTING.rst
@@ -41,7 +41,7 @@ To set up `python-tblib` for local development:
(look for the "Fork" button).
2. Clone your fork locally::
- git clone git@github.com:your_name_here/python-tblib.git
+ git clone git@github.com:ionelmc/python-tblib.git
3. Create a branch for local development::
@@ -49,7 +49,7 @@ To set up `python-tblib` for local development:
Now you can make your changes locally.
-4. When you're done making changes, run all the checks, doc builder and spell checker with `tox <http://tox.readthedocs.io/en/latest/install.html>`_ one command::
+4. When you're done making changes run all the checks and docs builder with `tox <https://tox.readthedocs.io/en/latest/install.html>`_ one command::
tox