From 53f1e3c7da8906f6a353c726bee2e4ae3d55f4c5 Mon Sep 17 00:00:00 2001 From: Roxana Gherle Date: Mon, 18 Jul 2016 14:48:07 -0700 Subject: [PATCH] Fix link for "extras dependencies" in extras doc Extras documentation has a link for "extras dependencies" that results in a "404 Not Found" error page. This patch fixes the doc link to the correct URL from setuptools online doc. Closes-Bug: #1604168 Change-Id: I8846f05a33eb6886004f551fc659b77cb8285de0 --- doc/source/extras.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/extras.rst b/doc/source/extras.rst index 53229e2..ac31bd8 100644 --- a/doc/source/extras.rst +++ b/doc/source/extras.rst @@ -8,7 +8,7 @@ upstream packages. There are however a number of plugins that upstream supports that involve additional dependencies that the keystoneauth package cannot depend upon directly. -To get around this we utilize setuptools `extras dependencies `_ for additional +To get around this we utilize setuptools `extras dependencies `_ for additional plugins. To use a plugin like the kerberos plugin that has additional dependencies you must install the additional dependencies like::