summaryrefslogtreecommitdiff
path: root/docs/src/Content
diff options
context:
space:
mode:
Diffstat (limited to 'docs/src/Content')
-rw-r--r--docs/src/Content/An-Overview.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/src/Content/An-Overview.md b/docs/src/Content/An-Overview.md
index 1e9d53e..445c5ef 100644
--- a/docs/src/Content/An-Overview.md
+++ b/docs/src/Content/An-Overview.md
@@ -20,8 +20,8 @@ package content
import (
"fmt"
- "github.com/ponzu-cms/ponzu/management/editor"
- "github.com/ponzu-cms/ponzu/system/item"
+ "github.com/haturatu/ponzu/management/editor"
+ "github.com/haturatu/ponzu/system/item"
)
type Post struct {