From ab7df4cdd6892e1fb97319d62354fc74436b0215 Mon Sep 17 00:00:00 2001 From: Chris deWolf <30628193+ChrisdeWolf@users.noreply.github.com> Date: Thu, 14 Mar 2024 19:50:19 -0600 Subject: [PATCH] updated documentation link that was resolving to a 404 (#1635) --- extension/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/extension/README.md b/extension/README.md index 1dea2a58..c591da9f 100644 --- a/extension/README.md +++ b/extension/README.md @@ -13,8 +13,8 @@ - from [Chrome Web Store](https://chrome.google.com/webstore/detail/redux-devtools/lmhkpmbekcpmknklioeibfkpmmfibljd); - or download `extension.zip` from [last releases](https://github.com/zalmoxisus/redux-devtools-extension/releases), unzip, open `chrome://extensions` url and turn on developer mode from top left and then click; on `Load Unpacked` and select the extracted folder for use -- or build it with `npm i && npm run build:extension` and [load the extension's folder](https://developer.chrome.com/extensions/getstarted#unpacked) `./build/extension`; -- or run it in dev mode with `npm i && npm start` and [load the extension's folder](https://developer.chrome.com/extensions/getstarted#unpacked) `./dev`. +- or build it with `npm i && npm run build:extension` and [load the extension's folder](https://developer.chrome.com/docs/extensions/get-started/tutorial/hello-world#load-unpacked) `./build/extension`; +- or run it in dev mode with `npm i && npm start` and [load the extension's folder](https://developer.chrome.com/docs/extensions/get-started/tutorial/hello-world#load-unpacked) `./dev`. ### 2. For Firefox