markmv - v1.39.2
    Preparing search index...

    Interface LinkSuggestion

    A candidate replacement for a broken link target.

    interface LinkSuggestion {
        candidatePath: string;
        replacementHref: string;
        reason: string;
    }
    Index
    candidatePath: string

    Absolute path of the candidate file

    replacementHref: string

    Replacement href, relative from the linking file and ./-prefixed, matching markmv conventions

    reason: string

    Human-readable reason this candidate ranked, for display in fix prompts