Synthetic local files for trying the checker without customer data or live scraping.
Use these for demos, screenshots, README validation, and smoke tests. They are not evidence of real broken affiliate links.
sample-affiliate-roundup.txt is a plain-text roundup excerpt with HTTP(S) links. It is useful for the dropzone offline deterministic mode and extract-doc-links.
python3 -m linkhealth extract-doc-links \
--input-doc examples/sample-affiliate-roundup.txt \
--output-csv .local/sample-roundup-links.csvThen open the local dropzone:
python3 -m linkhealth dropzoneDrop the sample file and use Offline deterministic diagnosis only for a fast local report, or turn it off when you intentionally want outbound checks from your machine.