From a16eb6b795a20d7c202f5dd633b4c82644fcc665 Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Fri, 5 Jul 2013 23:14:58 -0400 Subject: [PATCH] Reference setuptools and not distribute. Change-Id: I62cb0923fc7300b1c29e3fbf52e888a37e6b555d --- doc/source/architecture.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/architecture.rst b/doc/source/architecture.rst index eb5bf50d1..7a9aa2439 100644 --- a/doc/source/architecture.rst +++ b/doc/source/architecture.rst @@ -77,7 +77,7 @@ installation. A plugin system based on `setuptools entry points`_ makes it easy to add new monitors in the collector or subagents for polling. -.. _setuptools entry points: http://packages.python.org/distribute/setuptools.html#dynamic-discovery-of-services-and-plugins +.. _setuptools entry points: http://pythonhosted.org/setuptools/setuptools.html#dynamic-discovery-of-services-and-plugins Each daemon provides basic essential services in a framework to be shared by the plugins, and the plugins do the specialized work. As a