From e86dffc6b1fbc96a9d485501ffdb3ae5b1c1ca84 Mon Sep 17 00:00:00 2001 From: Erick Zhao Date: Mon, 3 Oct 2022 10:56:20 -0700 Subject: [PATCH] docs: fix tutorial hyperlink --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1b6a6df..24acad8 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ A basic Electron application needs just these files: - `index.html` - A web page to render. This is the app's **renderer process**. - `preload.js` - A content script that runs before the renderer process loads. -You can learn more about each of these components in depth within the [Tutorial](https://electronjs.org/docs/latest/tutorial/tutorial-1-prerequisites). +You can learn more about each of these components in depth within the [Tutorial](https://electronjs.org/docs/latest/tutorial/tutorial-prerequisites). ## To Use