diff --git a/examples/with-electron-typescript/README.md b/examples/with-electron-typescript/README.md index 7f195b3ab459f..a2de1d47620b4 100644 --- a/examples/with-electron-typescript/README.md +++ b/examples/with-electron-typescript/README.md @@ -10,7 +10,6 @@ This example show how you can use Next.js inside an Electron application to avoi For development it's going to run a HTTP server and let Next.js handle routing. In production it use `next export` to pre-generate HTML static files and use them in your app instead of running an HTTP server. -**You can find a detailed documentation about how to build Electron apps with Next.js [here](http://web.archive.org/web/20200917073558/https://leo.im/2017/electron-next)!** ## How to use