module

LinkChecker

Link checker for validating in-site links

Scans HTML files in the output directory and verifies that all in-site links point to existing files.

Class methods

check_all(output_dir : String = "output") : Array(LinkResult)

Check all HTML files in the output directory

check_file(html_path : String, existing_files : Set(String)) : Array(LinkResult)

Check links in a single HTML file

Nested types