From 62f29eb0c4dee01170a5511615e5bcc9faca26ca Mon Sep 17 00:00:00 2001 From: Peng Jie Date: Wed, 26 Jun 2019 11:07:09 +0800 Subject: [PATCH] docs(context): update cookies link (#1348) --- docs/api/context.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/context.md b/docs/api/context.md index 539f52b..9112823 100644 --- a/docs/api/context.md +++ b/docs/api/context.md @@ -72,7 +72,7 @@ ctx.state.user = await User.find(id); - `signed` the cookie requested should be signed -Koa uses the [cookies](https://github.com/jed/cookies) module where options are simply passed. +Koa uses the [cookies](https://github.com/pillarjs/cookies) module where options are simply passed. ### ctx.cookies.set(name, value, [options])