diff options
Diffstat (limited to 'Userland/Utilities/markdown-check.cpp')
-rw-r--r-- | Userland/Utilities/markdown-check.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Userland/Utilities/markdown-check.cpp b/Userland/Utilities/markdown-check.cpp index e9ec81b1e7..50020c83c0 100644 --- a/Userland/Utilities/markdown-check.cpp +++ b/Userland/Utilities/markdown-check.cpp @@ -41,7 +41,7 @@ static bool is_missing_file_acceptable(String const& filename) "/usr/share/man/man2/ptrace.md", "/usr/share/man/man5/perfcore.md", // These ones are okay: - "/home/anon/js-tests/test-common.js", + "/home/anon/Tests/js-tests/test-common.js", "/man1/index.html", "/man2/index.html", "/man3/index.html", |