diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 3bd682c4..f8252313 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -50,7 +50,7 @@ You need to install some dependencies to develop on flask-restx: $ pip install -e .[dev] -An Invoke ``tasks.py`` is provided to simplify the common tasks: +An [Invoke](http://www.pyinvoke.org/) ``tasks.py`` is provided to simplify the common tasks: .. code-block:: console