module LinkChecker
Overview
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.
Defined in:
link_checker.crClass Method Summary
-
.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
-
.print_summary(results : Array(LinkResult))
Print summary of link check results
Class Method Detail
Check all HTML files in the output directory
def self.check_file(html_path : String, existing_files : Set(String)) : Array(LinkResult)
#
Check links in a single HTML file