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
- Locate the File: The log will show the filepath of the note containing the broken link.
- 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.
- Rebuild: Run the build again to confirm the link is resolved.