diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index d912cf6e6..2b1ce5442 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -9,7 +9,11 @@ module.exports = { repo: 'airgap-it/beacon-sdk', nav: [ { text: 'Example dApp', link: 'https://www.walletbeacon.io/', target: '_blank' }, - { text: 'Chrome Extension', link: 'https://github.com/airgap-it/beacon-extension/releases', target: '_blank' } + { + text: 'Chrome Extension', + link: 'https://chrome.google.com/webstore/detail/gpfndedineagiepkpinficbcbbgjoenn/', + target: '_blank' + } ], sidebar: barConfig.sidebar }, diff --git a/docs/README.md b/docs/README.md index 4a328484d..14f51b84f 100644 --- a/docs/README.md +++ b/docs/README.md @@ -15,7 +15,7 @@ For more information on how to integrate the `beacon-sdk` in your DApp, read our ## Extensions -- [Beacon Extension](https://github.com/airgap-it/beacon-extension/releases) is the official extension by the beacon team. It is the most feature complete way of interacting with Beacon DApps at the moment. +- [Beacon Extension](https://chrome.google.com/webstore/detail/gpfndedineagiepkpinficbcbbgjoenn/) is the official extension by the beacon team. It is the most feature complete way of interacting with Beacon DApps at the moment. ## Mobile Wallets