diff options
-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 |