summaryrefslogtreecommitdiff
path: root/docs/quick_tour.rst
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2017-06-01 18:10:25 -0700
committerSteve Piercy <web@stevepiercy.com>2017-06-01 18:10:25 -0700
commitd179ce929d800fb5a8a43e9fece625cdd2eba25f (patch)
tree297aee1f1259de905b5e3d7ef979ea5fc0481480 /docs/quick_tour.rst
parent12ac99d782c1685f123739c526b1e17bd43fa8c1 (diff)
downloadpyramid-d179ce929d800fb5a8a43e9fece625cdd2eba25f.tar.gz
pyramid-d179ce929d800fb5a8a43e9fece625cdd2eba25f.tar.bz2
pyramid-d179ce929d800fb5a8a43e9fece625cdd2eba25f.zip
use shortcut for github URL; update RELEASING.txt
- refs: #3042
Diffstat (limited to 'docs/quick_tour.rst')
-rw-r--r--docs/quick_tour.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/quick_tour.rst b/docs/quick_tour.rst
index 1265012ab..d6ecd20c9 100644
--- a/docs/quick_tour.rst
+++ b/docs/quick_tour.rst
@@ -510,7 +510,7 @@ Let's use the cookiecutter ``pyramid-cookiecutter-starter`` to create a starter
.. code-block:: bash
- $ $VENV/bin/cookiecutter https://github.com/Pylons/pyramid-cookiecutter-starter
+ $ $VENV/bin/cookiecutter gh:Pylons/pyramid-cookiecutter-starter
If prompted for the first item, accept the default ``yes`` by hitting return.
@@ -866,7 +866,7 @@ Pyramid and SQLAlchemy are great friends. That friendship includes a cookiecutte
.. code-block:: bash
$ cd ~
- $ env/bin/cookiecutter https://github.com/Pylons/pyramid-cookiecutter-alchemy
+ $ env/bin/cookiecutter gh:Pylons/pyramid-cookiecutter-alchemy
If prompted for the first item, accept the default ``yes`` by hitting return.