Skip to main content

resolve_link

Function resolve_link 

Source
pub fn resolve_link(source_file: &str, raw_target: &str) -> String
Expand description

Resolve a link target relative to a source file, producing a path relative to the graph root. Uses Path::join for correct platform-aware path handling.