From 02669f942a4d9b6638712c39efc4c84b0416e3b2 Mon Sep 17 00:00:00 2001 From: Erick Zhao Date: Wed, 19 Feb 2025 15:24:21 -0800 Subject: [PATCH] docs: update API documentation link in README (#317) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2a08bf34..a2d2e238 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ ## Usage -For full API details, see the [API documentation](https://electron.github.io/get/). +For full API details, see the [API documentation](https://packages.electronjs.org/get/v4.0.0/index.html). ### Simple: Downloading an Electron Binary ZIP @@ -142,4 +142,4 @@ the environment variable `ELECTRON_GET_USE_PROXY` is set, it is called automatic [`debug`](https://www.npmjs.com/package/debug) is used to display logs and messages. Set the `DEBUG=@electron/get*` environment variable to log additional -debug information from this module. \ No newline at end of file +debug information from this module.