From 920c22157ce54ef006c972bdb1abe8ff910cecac Mon Sep 17 00:00:00 2001 From: Almad Date: Mon, 11 Jan 2021 13:53:31 +0100 Subject: [PATCH] Use archive link for electron-next in the examples (#20879) Co-authored-by: Tim Neutkens --- examples/with-electron-typescript/README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/examples/with-electron-typescript/README.md b/examples/with-electron-typescript/README.md index fd6c82b2fcaa..eae5cb4979c5 100644 --- a/examples/with-electron-typescript/README.md +++ b/examples/with-electron-typescript/README.md @@ -10,8 +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](https://leo.im/2017/electron-next)!** - ## How to use Execute [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app) with [npm](https://docs.npmjs.com/cli/init) or [Yarn](https://yarnpkg.com/lang/en/docs/cli/create/) to bootstrap the example: