Merge pull request #141 from yosssi/fix-docs-api-index-md
Fixed the link url to the list of middlewares on docs/api/index.md.
This commit is contained in:
commit
93c4a56d2d
1 changed files with 1 additions and 1 deletions
|
@ -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=
|
||||
|
|
Loading…
Reference in a new issue