diff options
Diffstat (limited to 'management/manager/manager.go')
-rw-r--r-- | management/manager/manager.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/management/manager/manager.go b/management/manager/manager.go index 5eafb9a..ece6d02 100644 --- a/management/manager/manager.go +++ b/management/manager/manager.go @@ -5,8 +5,8 @@ import ( "fmt" "html/template" - "github.com/bosssauce/ponzu/management/editor" - "github.com/bosssauce/ponzu/system/item" + "github.com/ponzu-cms/ponzu/management/editor" + "github.com/ponzu-cms/ponzu/system/item" uuid "github.com/satori/go.uuid" ) |