Update cli.rst

Fixed Cliff's documentation link, as the ReadTheDocs one is not working.
This commit is contained in:
Mark
2015-01-14 02:31:36 +01:00
parent de9c3700e0
commit fa307c2141
+1 -1
View File
@@ -56,7 +56,7 @@ who choose to create a command-line interface because it is quick and simple.
Cliff
------
`Cliff <https://cliff.readthedocs.org/en/latest>`_ is a framework for
`Cliff <http://docs.openstack.org/developer/cliff/>`_ is a framework for
building command-line programs. It uses setuptools entry points to provide
subcommands, output formatters, and other extensions. The framework is meant
to be used to create multi-level commands such as subversion and git, where