diff options
author | Santos Gallegos <santos_g@outlook.com> | 2018-11-25 16:32:43 -0500 |
---|---|---|
committer | Sebastian Thiel <byronimo@gmail.com> | 2018-12-22 14:43:10 +0100 |
commit | 926d45b5fe1b43970fedbaf846b70df6c76727ea (patch) | |
tree | f75592e7ec07f6e9f5e043d3ecd18b131e192f30 | |
parent | c706a217238fbe2073d2a3453c77d3dc17edcc9a (diff) | |
download | gitpython-926d45b5fe1b43970fedbaf846b70df6c76727ea.tar.gz |
Update nose link
-rw-r--r-- | doc/source/intro.rst | 2 |
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 |