diff --git a/docs/api/index.md b/docs/api/index.md index a0e787b..fa77426 100644 --- a/docs/api/index.md +++ b/docs/api/index.md @@ -126,7 +126,7 @@ http.createServer(app.callback()).listen(3001); ## app.use(function) - Add the given middleware function to this application. See [Middleware](#middleware) for + Add the given middleware function to this application. See [Middleware](https://github.com/koajs/koa/wiki#middleware) for more information. ## app.keys=