From 694df2ceb61334831ad8b62d76cf532ab4a9feef Mon Sep 17 00:00:00 2001 From: Dave Jones Date: Mon, 5 Mar 2018 13:01:33 +0000 Subject: [PATCH] Update URLs after repo transfer --- README.rst | 4 ++-- docs/install.rst | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index 8d3d5e6..65dfaae 100644 --- a/README.rst +++ b/README.rst @@ -32,7 +32,7 @@ Links be read on ReadTheDocs .. _MIT license: http://opensource.org/licenses/MIT -.. _source code: https://github.com/waveform80/oliphant -.. _bug tracker: https://github.com/waveform80/oliphant/issues +.. _source code: https://github.com/waveform-computing/oliphant +.. _bug tracker: https://github.com/waveform-computing/oliphant/issues .. _documentation: http://oliphant.readthedocs.org/ diff --git a/docs/install.rst b/docs/install.rst index a595015..6d8a395 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -21,7 +21,7 @@ and install the extensions within your PostgreSQL server: .. code-block:: console $ sudo apt-get install git make postgresql-server-dev-all - $ git clone https://github.com/waveform80/oliphant.git + $ git clone https://github.com/waveform-computing/oliphant.git $ cd oliphant $ sudo make install @@ -55,7 +55,7 @@ to hack on the code. The following assumes Ubuntu: .. code-block:: console $ sudo apt-get install git make postgresql-server-dev-all - $ git clone https://github.com/waveform80/oliphant.git + $ git clone https://github.com/waveform-computing/oliphant.git $ cd oliphant $ sudo make develop