From 875d3f8e069125af9a7fa4734b9c89eda6970dd7 Mon Sep 17 00:00:00 2001
From: jackyzha0 <j.zhao2k19@gmail.com>
Date: Mon, 19 Jul 2021 04:40:55 +0000
Subject: [PATCH] improve docs

---
 content/notes/editing.md |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/content/notes/editing.md b/content/notes/editing.md
index 2cb9572..0975f49 100644
--- a/content/notes/editing.md
+++ b/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

--
Gitblit v1.10.0