From 3e082826f1b0cb099afb52d2109703ac42fa1f72 Mon Sep 17 00:00:00 2001 From: Mohammed Almujil Date: Wed, 30 Aug 2023 10:57:02 +0100 Subject: [PATCH] chore: fix broken env link --- apps/ledger-live-desktop/README.md | 2 +- apps/ledger-live-mobile/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/ledger-live-desktop/README.md b/apps/ledger-live-desktop/README.md index 95443ec610bd..54ba6b572d92 100644 --- a/apps/ledger-live-desktop/README.md +++ b/apps/ledger-live-desktop/README.md @@ -144,7 +144,7 @@ NO_DEBUG_DEVICE=1 NO_DEBUG_COUNTERVALUES=1 ``` -other envs can be seen in [live-common:src/env.ts](https://github.com/LedgerHQ/ledger-live/blob/develop/libs/ledger-live-common/src/env.ts) +other envs can be seen in [libs/src/env.ts](https://github.com/LedgerHQ/ledger-live/blob/develop/libs/env/src/env.ts) ### Run tests diff --git a/apps/ledger-live-mobile/README.md b/apps/ledger-live-mobile/README.md index 35174a906d05..e9cbcba2629b 100644 --- a/apps/ledger-live-mobile/README.md +++ b/apps/ledger-live-mobile/README.md @@ -83,7 +83,7 @@ Produces a development .apk that can be installed on Android phones. Not eligibl Optional environment variables you can put in `.env`, `.env.production` or `.env.staging` for debug, release, or staging release builds respectively. -[A more exhaustive list of documented environment variables can be found here](https://github.com/LedgerHQ/ledger-live/blob/develop/libs/ledger-live-common/src/env.ts). +[A more exhaustive list of documented environment variables can be found here](https://github.com/LedgerHQ/ledger-live/blob/develop/libs/env/src/env.ts). - `DEVICE_PROXY_URL=http://localhost:8435` Use the ledger device over HTTP. Useful for debugging on an emulator. More info about this in the section [Connection via HTTP bridge](#connection-via-http-bridge). - `BRIDGESTREAM_DATA=...` Come from console.log of the desktop app during the qrcode export. allow to bypass the bridgestream scanning.