From 9cf2bba2e032541faadeaac88e8e7201ea203d60 Mon Sep 17 00:00:00 2001
From: Ian Abbott <abbotti@mev.co.uk>
Date: Mon, 19 Sep 2016 15:26:44 +0100
Subject: [PATCH] README: Git repository migrated to github.com

Updated documented URL of git repository, and provided instructions for
updating the URL of previously cloned repositories.

Signed-off-by: Ian Abbott <abbotti@mev.co.uk>
---
 README | 11 +++++++++--
 1 file changed, 9 insertions(+), 2 deletions(-)

diff --git a/README b/README
index 516dcb6..ace98eb 100644
--- a/README
+++ b/README
@@ -58,10 +58,17 @@ can be found in the Git repository.  Instructions for access to the
 Comedi and Comedilib repositories can be found at
 <http://www.comedi.org/download.html>.  Git snapshots for Comedilib
 can be created automatically at
-<http://comedi.org/git?p=comedi/comedilib.git;a=tree>.  The Git
+<https://github.com/Linux-Comedi/comedilib/tarball/master>.  The Git
 repository can be cloned locally using:
 
-  git clone git://comedi.org/git/comedilib.git
+  git clone https://github.com/Linux-Comedi/comedilib.git
+
+The Git repository was previously hosted at comedi.org.  A previously
+cloned repository may need its URL updating to the current repository
+on github.com as follows:
+
+  cd /path/to/comedilib
+  git remote set-url origin https://github.com/Linux-Comedi/comedilib.git
 
 Comedilib may be freely distibuted and modified in accordance with
 the GNU Lesser General Public License.  Portions of the Comedilib