From: Vladimír Vondruš Date: Tue, 12 May 2020 07:12:55 +0000 (+0200) Subject: doc: fix a path. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~cjwatson/git?a=commitdiff_plain;h=9d1d5848518d4005afaa1ae16887c7354c06c835;p=blog.git doc: fix a path. --- 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