From 9d1d5848518d4005afaa1ae16887c7354c06c835 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Tue, 12 May 2020 09:12:55 +0200 Subject: [PATCH] doc: fix a path. --- CONTRIBUTING.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index e26c32b7..89faa8af 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -88,7 +88,7 @@ There are no visual tests for the CSS style at the moment. Running the tests: cd documentation python -m unittest - node test_doxygen/test-search.js + node test/test-search.js Code coverage needs `coverage.py `_ for Python (use ``pip`` or your system package) and -- 2.30.2