From 582a27558f96552cc84641c603150a21a8000821 Mon Sep 17 00:00:00 2001
From: Steve Piercy <web@stevepiercy.com>
Date: Tue, 27 Jun 2017 10:17:35 +0200
Subject: [PATCH] Merge pull request #3110 from stevepiercy/1.9-branch

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

diff --git a/docs/narr/scaffolding.rst b/docs/narr/scaffolding.rst
index 27239d3..82ae0f9 100644
--- a/docs/narr/scaffolding.rst
+++ b/docs/narr/scaffolding.rst
@@ -27,7 +27,7 @@
 To create a scaffold template, create a Python :term:`distribution` to house
 the scaffold which includes a ``setup.py`` that relies on the ``setuptools``
 package.  See `Packaging and Distributing Projects
-<https://packaging.python.org/en/latest/distributing/>`_ for more information
+<https://packaging.python.org/tutorials/distributing-packages/>`_ for more information
 about how to do this.  For example, we'll pretend the distribution you create
 is named ``CoolExtension``, and it has a package directory within it named
 ``coolextension``.

--
Gitblit v1.9.3