Skip to content

Commit ec22dba

Browse files
committed
Revert relative path for external
1 parent fd7320e commit ec22dba

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
sidebar_title: "Migration Guide: Web3-Onboard"
2+
sidebar_title: "Migration Guide from v1"
33
---
44
# Migration Guide from onboard.js to web3-onboard
55

@@ -18,7 +18,7 @@ If you have bnc-onboard installed, you will need to install web3-onboard instead
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](/onboard#quickstart).
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).
2222

2323
### Package Upgrade - Modularization
2424

@@ -89,7 +89,7 @@ We've also added more expansive custom CSS properties so you can style every par
8989
}
9090
```
9191

92-
The full list of CSS variables for web3-onboard are available [here](/docs/getting-started/customization).
92+
The full list of CSS variables for web3-onboard are available [here](/docs/packages/core#custom-styling).
9393

9494
### Other Important Changes
9595

0 commit comments

Comments
 (0)