diff options
Diffstat (limited to 'examples/updateable/content/song.go')
-rw-r--r-- | examples/updateable/content/song.go | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/examples/updateable/content/song.go b/examples/updateable/content/song.go index a2dc7f8..c38008e 100644 --- a/examples/updateable/content/song.go +++ b/examples/updateable/content/song.go @@ -7,10 +7,10 @@ import ( "net/http" - "github.com/ponzu-cms/ponzu/management/editor" - "github.com/ponzu-cms/ponzu/system/admin/user" - "github.com/ponzu-cms/ponzu/system/api" - "github.com/ponzu-cms/ponzu/system/item" + "github.com/haturatu/ponzu/management/editor" + "github.com/haturatu/ponzu/system/admin/user" + "github.com/haturatu/ponzu/system/api" + "github.com/haturatu/ponzu/system/item" ) type Song struct { |