From d34e108a059b42e01afaeebb037ec73b2a2e2e31 Mon Sep 17 00:00:00 2001
From: Steve Piercy <web@stevepiercy.com>
Date: Fri, 02 Jun 2017 02:34:39 +0200
Subject: [PATCH] Merge pull request #3070 from stevepiercy/1.8-branch

---
 docs/quick_tour.rst |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/quick_tour.rst b/docs/quick_tour.rst
index 1265012..ec95623 100644
--- a/docs/quick_tour.rst
+++ b/docs/quick_tour.rst
@@ -510,7 +510,7 @@
 
 .. code-block:: bash
 
-    $ $VENV/bin/cookiecutter https://github.com/Pylons/pyramid-cookiecutter-starter
+    $ $VENV/bin/cookiecutter gh:Pylons/pyramid-cookiecutter-starter --checkout 1.8-branch
 
 If prompted for the first item, accept the default ``yes`` by hitting return.
 
@@ -866,7 +866,7 @@
 .. code-block:: bash
 
     $ cd ~
-    $ env/bin/cookiecutter https://github.com/Pylons/pyramid-cookiecutter-alchemy
+    $ env/bin/cookiecutter gh:Pylons/pyramid-cookiecutter-alchemy --checkout 1.8-branch
 
 If prompted for the first item, accept the default ``yes`` by hitting return.
 

--
Gitblit v1.9.3