aboutsummaryrefslogtreecommitdiff
path: root/backend
diff options
context:
space:
mode:
Diffstat (limited to 'backend')
-rw-r--r--backend/config.go2
-rw-r--r--backend/parser.go2
2 files changed, 2 insertions, 2 deletions
diff --git a/backend/config.go b/backend/config.go
index d6cf25a..b59c00b 100644
--- a/backend/config.go
+++ b/backend/config.go
@@ -5,7 +5,7 @@ import (
"log/slog"
"os"
- "git.anhgelus.world/anhgelus/small-world/markdown"
+ "git.anhgelus.world/anhgelus/small-web/markdown"
"github.com/pelletier/go-toml/v2"
)
diff --git a/backend/parser.go b/backend/parser.go
index 5ef6c05..c7d6445 100644
--- a/backend/parser.go
+++ b/backend/parser.go
@@ -7,7 +7,7 @@ import (
"log/slog"
"strings"
- "git.anhgelus.world/anhgelus/small-world/markdown"
+ "git.anhgelus.world/anhgelus/small-web/markdown"
"github.com/pelletier/go-toml/v2"
)