Skip to content

Commit

Permalink
Fix broken link (vercel#14158)
Browse files Browse the repository at this point in the history
  • Loading branch information
valmassoi authored and rokinsky committed Jul 11, 2020
1 parent 44e1547 commit 71b3b19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/ssr-caching/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
React Server Side rendering is very costly and takes a lot of server's CPU power for that. One of the best solutions for this problem is cache already rendered pages.
That's what this example demonstrate.

This app uses Next's [custom server and routing](https://github.com/vercel/next.js#custom-server-and-routing) mode. It also uses [express](https://expressjs.com/) to handle routing and page serving.
This app uses Next's [custom server and routing](https://nextjs.org/docs/advanced-features/custom-server) mode. It also uses [express](https://expressjs.com/) to handle routing and page serving.

## How to use

Expand Down

0 comments on commit 71b3b19

Please sign in to comment.