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