Skip to content

Commit 5ff542b

Browse files
committed
Update link from expired docs to examples folder
1 parent ec22dba commit 5ff542b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/routes/docs/[...1]overview/[...3]onboard.js-migration-guide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ With Web3-Onboard, we’ve introduced significant architectural changes that pro
1313

1414
If you have bnc-onboard installed, you will need to install web3-onboard instead. The basic steps you need to take to get started are:
1515

16-
1. Install `npm i @web3-onboard/core`. You can then go ahead and install other specific wallet modules you want.
16+
1. Install `npm i @web3-onboard/core`. You can then go ahead and install other specific wallet modules you want (most likely `npm i @web3-onboard/injected-wallets` for browser wallet support).
1717
2. Initialize Onboard with the wallets you’ve installed along with the networks you would like to support.
1818
3. Make use of our API actions like `await onboard.connectWallet()` to allow a user to connect their wallets.
1919

2020
For a full code overview of the upgrade process using the React Hooks package please see [this PR](https://github.com/blocknative/react-demo/pull/160/files) with special attention to the `App.js` and `services.js` files.
21-
To help you get started quickly on any framework you're using, we’ve put together [a quickstart that includes the above-mentioned steps](https://docs.blocknative.com/onboard#quickstart).
21+
To help you get started quickly we’ve put together [a set of examples across multiple frameworks that includes the above-mentioned steps](https://github.com/blocknative/web3-onboard/tree/v2-web3-onboard-develop/examples).
2222

2323
### Package Upgrade - Modularization
2424

0 commit comments

Comments
 (0)