summaryrefslogtreecommitdiff
path: root/system/admin/admin.go
diff options
context:
space:
mode:
authorSteve Manuel <nilslice@gmail.com>2016-12-19 11:45:31 -0800
committerSteve Manuel <nilslice@gmail.com>2016-12-19 11:45:31 -0800
commit9c7f9d5c5a0ee41c405d2ebeb0ad00fe20a09b14 (patch)
treea878db3ba63c0f92fc0ec96a15bf4d2b07e1a63b /system/admin/admin.go
parent3791fadda7b761ffba38c567da29e2e71acd1dfb (diff)
moving repository, bosssauce => ponzu-cms
Diffstat (limited to 'system/admin/admin.go')
-rw-r--r--system/admin/admin.go8
1 files changed, 4 insertions, 4 deletions
diff --git a/system/admin/admin.go b/system/admin/admin.go
index 78f607d..4d9df30 100644
--- a/system/admin/admin.go
+++ b/system/admin/admin.go
@@ -8,10 +8,10 @@ import (
"html/template"
"net/http"
- "github.com/bosssauce/ponzu/system/admin/user"
- "github.com/bosssauce/ponzu/system/api/analytics"
- "github.com/bosssauce/ponzu/system/db"
- "github.com/bosssauce/ponzu/system/item"
+ "github.com/ponzu-cms/ponzu/system/admin/user"
+ "github.com/ponzu-cms/ponzu/system/api/analytics"
+ "github.com/ponzu-cms/ponzu/system/db"
+ "github.com/ponzu-cms/ponzu/system/item"
)
var startAdminHTML = `<!doctype html>