stnd.buildSTANDARD MANUAL2026-07-15

5.2 Broken Link Detected

Broken Link Detected

Error: Broken link: [...](....md)

The Problem

A published note contains a wikilink [...](....md) pointing to a file or slug that does not exist in the vault.

The Why

We enforce link integrity to ensure that readers of your digital garden never encounter “Page Not Found” errors when navigating between your notes.

The Solution

  1. Locate the File: The log will show the filepath of the note containing the broken link.
  2. Fix the Link:
    • Verify the spelling of the target note.
    • If the target note exists, ensure it is marked as publish: true.
    • If the link is to a non-existent note, remove it or create the target file.
  3. Rebuild: Run the build again to confirm the link is resolved.