summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSantos Gallegos <santos_g@outlook.com>2018-11-25 16:32:43 -0500
committerSebastian Thiel <byronimo@gmail.com>2018-12-22 14:43:10 +0100
commit926d45b5fe1b43970fedbaf846b70df6c76727ea (patch)
treef75592e7ec07f6e9f5e043d3ecd18b131e192f30 /doc
parentc706a217238fbe2073d2a3453c77d3dc17edcc9a (diff)
downloadgitpython-926d45b5fe1b43970fedbaf846b70df6c76727ea.tar.gz
Update nose link
Diffstat (limited to 'doc')
-rw-r--r--doc/source/intro.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/intro.rst b/doc/source/intro.rst
index 48f898b2..d68e5eb2 100644
--- a/doc/source/intro.rst
+++ b/doc/source/intro.rst
@@ -104,7 +104,7 @@ Initialize all submodules to obtain the required dependencies with::
$ cd git-python
$ git submodule update --init --recursive
-Finally verify the installation by running the `nose powered <http://code.google.com/p/python-nose/>`_ unit tests::
+Finally verify the installation by running the `nose powered <https://github.com/nose-devs/nose>`_ unit tests::
$ nosetests