jackyzha0
2021-07-19 875d3f8e069125af9a7fa4734b9c89eda6970dd7
content/notes/editing.md
@@ -22,8 +22,8 @@
To create a link between notes in your garden, just create a normal link using Markdown pointing to the document in question. Please note that **all links should be relative to the root `/content` path**. 
```markdown
For example, I want to link this current document to `config.md`.
[A link to the config page](config.md)
For example, I want to link this current document to `notes/config.md`.
[A link to the config page](notes/config.md)
```
### Front Matter