From 9c7f9d5c5a0ee41c405d2ebeb0ad00fe20a09b14 Mon Sep 17 00:00:00 2001 From: Steve Manuel Date: Mon, 19 Dec 2016 11:45:31 -0800 Subject: moving repository, bosssauce => ponzu-cms --- system/api/handlers.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'system/api/handlers.go') diff --git a/system/api/handlers.go b/system/api/handlers.go index 1e2f1e2..788b2a0 100644 --- a/system/api/handlers.go +++ b/system/api/handlers.go @@ -8,9 +8,9 @@ import ( "strconv" "strings" - "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/api/analytics" + "github.com/ponzu-cms/ponzu/system/db" + "github.com/ponzu-cms/ponzu/system/item" ) func typesHandler(res http.ResponseWriter, req *http.Request) { -- cgit v1.2.3