From 2845d23ee161869f5d4187d6a7f36894127f2a91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ant=C3=B3n=20Molleda?= Date: Tue, 12 Oct 2021 04:02:45 -0700 Subject: [PATCH] chore: update links to latest location (#536) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index df7ef6d..5d10897 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ **Clone and run for a quick way to see Electron in action.** -This is a minimal Electron application based on the [Quick Start Guide](https://electronjs.org/docs/tutorial/quick-start) within the Electron documentation. +This is a minimal Electron application based on the [Quick Start Guide](https://electronjs.org/docs/latest/tutorial/quick-start) within the Electron documentation. **Use this app along with the [Electron API Demos](https://electronjs.org/#get-started) app for API code examples to help you get started.** @@ -12,7 +12,7 @@ A basic Electron application needs just these files: - `main.js` - Starts the app and creates a browser window to render HTML. This is the app's **main process**. - `index.html` - A web page to render. This is the app's **renderer process**. -You can learn more about each of these components within the [Quick Start Guide](https://electronjs.org/docs/tutorial/quick-start). +You can learn more about each of these components within the [Quick Start Guide](https://electronjs.org/docs/latest/tutorial/quick-start). ## To Use