From f28dbb0ba8d276fad10a3cd25e4d60b298702d83 Mon Sep 17 00:00:00 2001
From: Michael Merickel <github@m.merickel.org>
Date: Thu, 18 Oct 2018 03:20:05 +0200
Subject: [PATCH] Merge pull request #3393 from Pylons/docs-cookiecutter-universal

---
 src/pyramid/scripts/pcreate.py |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/pyramid/scripts/pcreate.py b/src/pyramid/scripts/pcreate.py
index f3dffef..9022590 100644
--- a/src/pyramid/scripts/pcreate.py
+++ b/src/pyramid/scripts/pcreate.py
@@ -27,9 +27,9 @@
         description="""\
 Render Pyramid scaffolding to an output directory.
 
-Note: As of Pyramid 1.8, this command is deprecated. Use a specific
-cookiecutter instead:
-https://github.com/Pylons/?q=cookiecutter
+Note: As of Pyramid 1.8, this command is deprecated. Use
+pyramid-cookiecutter-starter instead:
+https://github.com/Pylons/pyramid-cookiecutter-starter
 """,
         formatter_class=argparse.RawDescriptionHelpFormatter,
     )

--
Gitblit v1.9.3