From 09b299c6cbdc6d21f37d5101a8edcfd4cbca0d63 Mon Sep 17 00:00:00 2001 From: Oren Amsalem Date: Sat, 5 Sep 2020 04:42:31 +0300 Subject: [PATCH] Fix links in documentation If I understand correctly these links should be corrected to the new repository. --- docs/installation.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/installation.rst b/docs/installation.rst index 7aca1b1..5d38c46 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -32,13 +32,13 @@ You can either clone the public repository: .. code-block:: console - $ git clone git://github.com/tritemio/pycorrelate + $ git clone git://github.com/OpenSMFS/pycorrelate Or download the `tarball`_: .. code-block:: console - $ curl -OL https://github.com/tritemio/pycorrelate/tarball/master + $ curl -OL https://github.com/OpenSMFS/pycorrelate/tarball/master Once you have a copy of the source, you can install it with: @@ -47,5 +47,5 @@ Once you have a copy of the source, you can install it with: $ python setup.py install -.. _Github repo: https://github.com/tritemio/pycorrelate -.. _tarball: https://github.com/tritemio/pycorrelate/tarball/master +.. _Github repo: https://github.com/OpenSMFS/pycorrelate +.. _tarball: https://github.com/OpenSMFS/pycorrelate/tarball/master