Convert absolute links to reference links
git grep '](/'
should not return any hit: every internal link should point to a markdown file using
[name](@/path/to/file.md)
This way we get compiler errors when a path change
git grep '](/'
should not return any hit: every internal link should point to a markdown file using
[name](@/path/to/file.md)
This way we get compiler errors when a path change