diff --git a/.changeset/beige-garlics-think.md b/.changeset/beige-garlics-think.md new file mode 100644 index 000000000000..1d95318f8a02 --- /dev/null +++ b/.changeset/beige-garlics-think.md @@ -0,0 +1,6 @@ +--- +"ledger-live-desktop": patch +"live-mobile": patch +--- + +Update broken readme environment variable link. 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.