From b9e35469d3bbd0a1ee92e0a815ce2512904d4a18 Mon Sep 17 00:00:00 2001 From: Peng Jie Date: Fri, 28 Jun 2019 12:55:19 +0800 Subject: [PATCH] docs(api): fix keygrip link (#1350) --- 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 2ddc283..b8b7ebe 100644 --- a/docs/api/index.md +++ b/docs/api/index.md @@ -167,7 +167,7 @@ https.createServer(app.callback()).listen(3001); Set signed cookie keys. - These are passed to [KeyGrip](https://github.com/jed/keygrip), + These are passed to [KeyGrip](https://github.com/crypto-utils/keygrip), however you may also pass your own `KeyGrip` instance. For example the following are acceptable: