From 99e2ea5988855e06b975476f6bdee499788832e6 Mon Sep 17 00:00:00 2001 From: Moritz Schubotz Date: Tue, 25 May 2021 13:37:41 +0200 Subject: [PATCH] Update CONTRIBUTING.rst Add link to invoke for people not knowing about it. --- CONTRIBUTING.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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