Skip to content

Commit 710142b

Browse files
authored
Fix postgres tutorial link in README
1 parent 882d65e commit 710142b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ that uses [passport-local](https://github.com/jaredhanson/passport-local).
143143
- Express v3x - [Tutorial](http://mherman.org/blog/2016/09/25/node-passport-and-postgres/#.V-govpMrJE5) / [working example](https://github.com/mjhea0/passport-local-knex)
144144
- Express v4x - [Tutorial](http://mherman.org/blog/2015/01/31/local-authentication-with-passport-and-express-4/) / [working example](https://github.com/mjhea0/passport-local-express4)
145145
- Postgres
146-
- [Tutorial](http://mherman.org/blog/2015/01/31/local-authentication-with-passport-and-express-4/) / [working example](https://github.com/mjhea0/passport-local-express4)
146+
- [Tutorial](https://mherman.org/blog/node-passport-and-postgres/) / [working example](https://github.com/mjhea0/passport-local-express4)
147147
- **Social Authentication**: Refer to the following tutorials for setting up various social authentication strategies:
148148
- Express v3x - [Tutorial](http://mherman.org/blog/2013/11/10/social-authentication-with-passport-dot-js/) / [working example](https://github.com/mjhea0/passport-examples)
149149
- Express v4x - [Tutorial](http://mherman.org/blog/2015/09/26/social-authentication-in-node-dot-js-with-passport) / [working example](https://github.com/mjhea0/passport-social-auth)

0 commit comments

Comments
 (0)