In function arguments, metadata, and texts, Mukha recognizes root-relative links to documents on the site:
/path/to/file.html
Such links will be replaced with relative ones during post-processing. Links in other formats are not recognized. Don't forget the leading slash!
In texts, you can also use "smart" links — to reference a document not by its location on the site, but by the value of its metadata. For example:
[Link](/+id:1001)
This is a link to a document whose metadata contains something like:
---
title: One thousand one
id: 1001
---
It starts with /+, followed by the metadata field name and after the colon without a space — the value. During HTML post-processing, Mukha will search for a file with this field/value combination, and if found, the link will be replaced with the actual one.