From 7d23fb5f13138f55fe905aac81958a134773af70 Mon Sep 17 00:00:00 2001 From: Cameron Yick Date: Sat, 7 Oct 2017 14:59:06 -0400 Subject: [PATCH] Update Github Link in Documentation --- docs/installation.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/installation.rst b/docs/installation.rst index fa55a45..bcf9f08 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/hydrosquall/tiingo + $ git clone git://github.com/hydrosquall/tiingo-python Or download the `tarball`_: .. code-block:: console - $ curl -OL https://github.com/hydrosquall/tiingo/tarball/master + $ curl -OL https://github.com/hydrosquall-python/tiingo/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/hydrosquall/tiingo -.. _tarball: https://github.com/hydrosquall/tiingo/tarball/master +.. _Github repo: https://github.com/hydrosquall/tiingo-python +.. _tarball: https://github.com/hydrosquall/tiingo-python/tarball/master