diff --git a/Extending-Caddy.md b/Extending-Caddy.md index 9965492..2085ced 100644 --- a/Extending-Caddy.md +++ b/Extending-Caddy.md @@ -37,7 +37,7 @@ func Setup(c *setup.Controller) (middleware.Middleware, error) { } ``` -For more information about how to use the Controller, read the [godoc for setup.Controller](http://godoc.org/github.com/mholt/caddy/config/setup#Controller). For help on how to make your HTTP handler, see the article [Writing Middleware](https://github.com/mholt/caddy/wiki/Writing-Middleware). +For more information about how to use the Controller, read the [godoc for setup.Controller](http://godoc.org/github.com/mholt/caddy/caddy/setup#Controller). For help on how to make your HTTP handler, see the article [Writing Middleware](https://github.com/mholt/caddy/wiki/Writing-Middleware). ## 2. Test your code with caddydev