- Use relative paths for child or sibling documents. E.g.
images/fig-1.png,pdf-basics.qmd. Avoid usinghttp://quarto.orgfor internal links. - Prefer absolute paths from the root of the project over relative paths involving
../. E.g. use/docs/output-formats/html-themes.qmd, not../output-formats/html-themes.qmd.- Possible exception: documents in a subfolder of a section that link to the section root, e.g. you may use
../index.qmdto refer todocs/manuscripts/index.qmdfromdocs/manuscripts/authoring/index.qmd.
- Possible exception: documents in a subfolder of a section that link to the section root, e.g. you may use
- Use
.qmdinstead of.html. E.g. usecontent.qmd#editing-tables, notcontent.html#editing-tables- Possible exception: links in blog posts