Z105: ABSOLUTE_PATH¶
-
Severity: Error
Penalty: 0.0 points | Category:
general -
Remediation & Opt-In
Auto-Fixable: No | Opt-In: No
Rationale¶
This rule is triggered when internal links or asset paths use absolute filesystem paths or root-relative paths (e.g. /docs/setup.md or C:\project\docs\setup.md).
Absolute paths break portability across different operating systems, CI build runners, and subpath web deployments.
How to Fix¶
Inspect the flagged location in the Markdown file and update the content or configuration:
-
Failing Pattern (Triggers Z105)
-
Passing Pattern (Resolves Z105)
Configuration¶
Reference¶
See the Finding Codes Index for finding code details.