diff options
Diffstat (limited to 'caddyhttp/errors/setup.go')
-rw-r--r-- | caddyhttp/errors/setup.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/caddyhttp/errors/setup.go b/caddyhttp/errors/setup.go index bcda1c8b3..d37c81fc9 100644 --- a/caddyhttp/errors/setup.go +++ b/caddyhttp/errors/setup.go @@ -20,8 +20,8 @@ import ( "path/filepath" "strconv" - "github.com/mholt/caddy" - "github.com/mholt/caddy/caddyhttp/httpserver" + "github.com/caddyserver/caddy" + "github.com/caddyserver/caddy/caddyhttp/httpserver" ) // setup configures a new errors middleware instance. |