From fa9dfb6eeca26a85a248188327254bff70d5ba95 Mon Sep 17 00:00:00 2001 From: Noah Gregory Date: Wed, 28 Jan 2026 12:56:19 -0500 Subject: [PATCH] fix: replace old style guide link with correct new one --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 74db722..1112442 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Options: We generate a markdown AST for every documentation file and search for "Modules", "Classes" and "Structures". We then use the well documented -and enforced [Electron docs style guide](https://github.com/electron/electron/blob/main/docs/styleguide.md) to pull the required information +and enforced [Electron docs style guide](https://github.com/electron/electron/blob/main/docs/development/style-guide.md) to pull the required information about methods, properties and events from the generated AST. For more information you should start your code dive in