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
This commit is contained in:
parent
5c10b25444
commit
53f1e3c7da
@ -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 <https://pythonhosted.org/setuptools/setuptools.html#declaring-extras-optional-features-with-their-own-dependencies>`_ for additional
|
||||
To get around this we utilize setuptools `extras dependencies <http://setuptools.readthedocs.io/en/latest/setuptools.html#declaring-extras-optional-features-with-their-own-dependencies>`_ for additional
|
||||
plugins. To use a plugin like the kerberos plugin that has additional
|
||||
dependencies you must install the additional dependencies like::
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user