From 0d77d08b7f140fbd90c72a2c0c31b34bd1ad1449 Mon Sep 17 00:00:00 2001 From: Morton Fox Date: Tue, 5 May 2015 12:57:53 -0400 Subject: [PATCH] Updated link to Express redirect --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ff5d8690..e7a8d108 100644 --- a/README.md +++ b/README.md @@ -306,7 +306,7 @@ everyauth.password ``` If you are using express and want your redirects to be subject to [express -redirect mapping](http://expressjs.com/guide.html#res.redirect\(\)), you can +redirect mapping](http://expressjs.com/4x/api.html#res.redirect), you can overwrite redirect method employed by everyauth. ```javascript