From f65036492f992ff2ebe561e647e1a1dd01f14e21 Mon Sep 17 00:00:00 2001 From: Oluwatobi Akanji Date: Sun, 6 Jun 2021 23:25:23 +0100 Subject: [PATCH] Updated README.md I updated the broken link to hands-on next.js book. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e0e1a43..749b207 100644 --- a/README.md +++ b/README.md @@ -175,7 +175,7 @@ * [Slow TV Map](https://slowtvmap.com) - A fun way to discover relaxing virtual experiences. Next.js + Chakra UI + MySQL hosted on Vercel. ## Books -* [Hands On Next.js](https://www.honext.io/) - A practical fullstack book on universal (server) rendering for react applications. +* [Hands On Next.js](https://leanpub.com/hands-on-nextjs) - A practical fullstack book on universal (server) rendering for react applications. * [Next.js Quick Start Guide](https://www.packtpub.com/web-development/nextjs-quick-start-guide) - Create, build and deploy universal JavaScript applications using Next.js * [The Next.js Handbook](https://flaviocopes.com/page/nextjs-handbook/) - Build a frontend React application that transparently handles server-side rendering for you.