From 0349f355e511e02df5f2baefed99a25e377be798 Mon Sep 17 00:00:00 2001 From: Gaurav Jain Date: Sat, 12 Dec 2015 09:47:06 +0000 Subject: [PATCH] Fix documentation example generation --- test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.py b/test.py index bcd7ebe84..fea9dd01e 100755 --- a/test.py +++ b/test.py @@ -65,7 +65,7 @@ def setDocExample(self, collector, metrics, defaultpath=None): return False filePath = os.path.join(os.path.dirname(os.path.realpath(__file__)), - 'docs', 'collectors-' + collector + '.md') + 'docs', 'collectors', collector + '.md') if not os.path.exists(filePath): return False