Z123: NON_HTTP_SCHEME¶
-
Severity: Error
Penalty: 0.0 points | Category:
general -
Remediation & Opt-In
Auto-Fixable: No | Opt-In: No
Rationale¶
Informational finding emitted when a Markdown link or HTML anchor tag utilizes a non-HTTP target scheme such as mailto:, tel:, ftp:, or irc:.
Zenzic's link verification engine resolves HTTP/HTTPS network URLs and local file system paths within the documentation graph. Non-HTTP scheme links are flagged as informational notes to confirm they are deliberately used for user interaction protocols rather than broken internal site links.
How to Handle¶
Non-HTTP links require no manual remediation unless the link was intended to target a local documentation page or standard web address.
<!-- Informational non-HTTP schemes -->
[Contact Support](mailto:[email protected])
[Call Us](tel:+15550199)
Reference¶
See the Finding Codes Index for finding code details.