From 7380de8ee330f59d4cd0527e79b453a0466ce6d5 Mon Sep 17 00:00:00 2001
From: Todd Gamblin <tgamblin@llnl.gov>
Date: Fri, 19 Sep 2014 09:54:39 -0700
Subject: [PATCH] Change git URL to https URL in all docs.

---
 README.md                          | 2 +-
 lib/spack/docs/getting_started.rst | 2 +-
 lib/spack/docs/index.rst           | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 11d505a779..0e59fb00df 100644
--- a/README.md
+++ b/README.md
@@ -22,7 +22,7 @@ for examples and highlights.
 
 To install spack and install your first package:
 
-    $ git clone git@github.com:scalability-llnl/spack.git
+    $ git clone https://github.com/scalability-llnl/spack.git
     $ cd spack/bin
     $ ./spack install libelf
 
diff --git a/lib/spack/docs/getting_started.rst b/lib/spack/docs/getting_started.rst
index d5abd16f94..a28883259f 100644
--- a/lib/spack/docs/getting_started.rst
+++ b/lib/spack/docs/getting_started.rst
@@ -9,7 +9,7 @@ Getting spack is easy.  You can clone it from the `github repository
 
 .. code-block:: sh
 
-   $ git clone git@github.com:scalability-llnl/spack.git
+   $ git clone https://github.com/scalability-llnl/spack.git
 
 This will create a directory called ``spack``.  We'll assume that the
 full path to this directory is in some environment called
diff --git a/lib/spack/docs/index.rst b/lib/spack/docs/index.rst
index 3ea48f82ba..ac0eac93f3 100644
--- a/lib/spack/docs/index.rst
+++ b/lib/spack/docs/index.rst
@@ -29,7 +29,7 @@ package:
 
 .. code-block:: sh
 
-   $ git clone git@github.com:scalability-llnl/spack.git
+   $ git clone https://github.com/scalability-llnl/spack.git
    $ cd spack/bin
    $ ./spack install libelf
 
-- 
GitLab