Skip to content
This repository has been archived by the owner on Nov 22, 2023. It is now read-only.

Commit

Permalink
readme fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
noahfschr committed Feb 23, 2021
1 parent ddc6d7a commit b032e1f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@

[Next.js with Redis](./nextjs-with-redis/README.md): A sample web application which uses Redis as state store in Next.js application.

[Roadmap Voting App](./roadmap-voting-app/README.md): A single page application which showcases Upstash&Vercel integration.
[Roadmap Voting App](./roadmap-voting-app/README.md): A single page application which showcases Upstash&Vercel integration.

[Express Session with Serverless Redis](./express-session-with-redis/README.md): How to use Redis as the session storage of your Express application.
2 changes: 1 addition & 1 deletion express-session-with-redis/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

This example shows how to use Upstash as the session storage of your Express application.

See the [tutorial]() for details.
See the [tutorial](https://docs.upstash.com/docs/tutorials/express_session) for details.

0 comments on commit b032e1f

Please sign in to comment.