From 9c2a66ec86f27877fac4ccca25b4ee1b5aa58db4 Mon Sep 17 00:00:00 2001
From: Luke Campagnola <luke.campagnola@gmail.com>
Date: Sat, 29 Mar 2014 21:47:14 -0400
Subject: [PATCH] Doc update

---
 doc/source/how_to_use.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/source/how_to_use.rst b/doc/source/how_to_use.rst
index 3b1f48d0..e4424374 100644
--- a/doc/source/how_to_use.rst
+++ b/doc/source/how_to_use.rst
@@ -94,7 +94,7 @@ The basic approach is to clone the repository into the appropriate location in y
 
 To embed a specific version of pyqtgraph, we would clone the pyqtgraph-core repository inside the project::
     
-    my_project$ git clone github.com/pyqtgraph/pyqtgraph-core.git
+    my_project$ git clone https://github.com/pyqtgraph/pyqtgraph-core.git
 
 Then adjust the import statements accordingly::
 
-- 
GitLab