diff options
Diffstat (limited to 'Userland/Utilities')
-rw-r--r-- | Userland/Utilities/markdown-check.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Userland/Utilities/markdown-check.cpp b/Userland/Utilities/markdown-check.cpp index 633c555ff6..de56d88376 100644 --- a/Userland/Utilities/markdown-check.cpp +++ b/Userland/Utilities/markdown-check.cpp @@ -47,6 +47,7 @@ static bool is_missing_file_acceptable(String const& filename) "/man6/index.html", "/man7/index.html", "/man8/index.html", + "index.html", }; for (auto const& suffix : acceptable_missing_files) { if (filename.ends_with(suffix)) |