From 402c158f3bcd07d656d5db3a7c20e22c5de88a22 Mon Sep 17 00:00:00 2001
From: Todd Gamblin <tgamblin@llnl.gov>
Date: Wed, 8 Jan 2014 11:02:12 +0100
Subject: [PATCH] Change to github URL in docs.

---
 lib/spack/docs/getting_started.rst | 8 ++++----
 lib/spack/docs/index.rst           | 8 +++++---
 2 files changed, 9 insertions(+), 7 deletions(-)

diff --git a/lib/spack/docs/getting_started.rst b/lib/spack/docs/getting_started.rst
index ea7b949fe6..5f495709c7 100644
--- a/lib/spack/docs/getting_started.rst
+++ b/lib/spack/docs/getting_started.rst
@@ -4,12 +4,12 @@ Getting Started
 Download
 --------------------
 
-Getting spack is easy.  Clone it using `git <http://git-scm.com->`_
-with the following command:
+Getting spack is easy.  You can clone it from the `github repository
+<https://github.com/scalability-llnl/spack>`_ using this command:
 
 .. code-block:: sh
 
-   $ git clone ssh://git@cz-stash.llnl.gov:7999/scale/spack.git
+   $ git clone git@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
@@ -19,7 +19,7 @@ to go:
 .. code-block:: sh
 
    $ export PATH=spack/bin:$SPACK_HOME
-   $ spack install mpich
+   $ spack install libelf
 
 In general, most of your interactions with Spack will be through the
 ``spack`` command.
diff --git a/lib/spack/docs/index.rst b/lib/spack/docs/index.rst
index b6c1e537fb..3ea48f82ba 100644
--- a/lib/spack/docs/index.rst
+++ b/lib/spack/docs/index.rst
@@ -23,13 +23,15 @@ single build script for many different builds of the same package.
 
 See the :doc:`features` for examples and highlights.
 
-Get spack and install your first package:
+Get spack from the `github repository
+<https://github.com/scalability-llnl/spack>`_ and install your first
+package:
 
 .. code-block:: sh
 
-   $ git clone ssh://git@cz-stash.llnl.gov:7999/scale/spack.git
+   $ git clone git@github.com:scalability-llnl/spack.git
    $ cd spack/bin
-   $ ./spack install mpich
+   $ ./spack install libelf
 
 If you're new to spack and want to start using it, see :doc:`getting_started`,
 or refer to the full manual below.
-- 
GitLab