Updated Extending Caddy (markdown)

Matt Holt 2015-11-07 22:23:48 -07:00
parent 5c4fccf0e8
commit e2acac2b95

@ -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