From 2d3ae32d11d7b098e2f71cb3e5097d3cb3038e77 Mon Sep 17 00:00:00 2001 From: Jonathan Mickle Date: Mon, 13 Mar 2017 17:54:38 -0700 Subject: [PATCH] fixing 9 --- salt/returners/librato_return.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/salt/returners/librato_return.py b/salt/returners/librato_return.py index b58bbecbd4..c8950d62c2 100644 --- a/salt/returners/librato_return.py +++ b/salt/returners/librato_return.py @@ -6,7 +6,7 @@ To enable this returner the minion will need the Librato client importable on the Python path and the following values configured in the minion or master config. -The librato python client can be found at: +The Librato python client can be found at: https://github.com/librato/python-librato .. code-block:: yaml