From b047805f9e93103733d1b88726339cf98e40c71c Mon Sep 17 00:00:00 2001 From: yosssi Date: Tue, 24 Dec 2013 21:13:42 +0900 Subject: [PATCH] Fixed the link url to the list of middlewares on docs/api/index.md. --- docs/api/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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=