From 7b16126c85c466be09868c26ea67e09bfa18a446 Mon Sep 17 00:00:00 2001
From: Steve Piercy <web@stevepiercy.com>
Date: Tue, 27 Jun 2017 10:06:50 +0200
Subject: [PATCH] Update all external links per `make linkcheck` - Most are changing http to https, or readthedocs.org to readthedocs.io,   and some for Python packaging reorganizing some docs into tutorials,   as well as miscellaneous changes.

---
 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