diff --git a/building-with-ocean/build-a-marketplace/README.md b/building-with-ocean/build-a-marketplace/README.md index 82697e50..62af90a7 100644 --- a/building-with-ocean/build-a-marketplace/README.md +++ b/building-with-ocean/build-a-marketplace/README.md @@ -30,10 +30,10 @@ The tutorial covers: If you’re completely unfamiliar with Ocean Market or web3 applications in general, you will benefit from reading these guides first: -* To use your clone of Ocean Market, you’ll need a [wallet](https://docs.oceanprotocol.com/tutorials/wallets/). We recommend [getting set up with metamask](https://docs.oceanprotocol.com/tutorials/metamask-setup/). -* You’ll also need some [Ocean tokens on a testnet](https://docs.oceanprotocol.com/tutorials/wallets-and-ocean-tokens/) to use your marketplace. -* When you have the testnet tokens, have a go at [publishing a data asset](https://docs.oceanprotocol.com/tutorials/marketplace-publish-data-asset/) on Ocean Market. -* Run through the process of [consuming a data asset](https://docs.oceanprotocol.com/tutorials/marketplace-consume-data-asset/) on Ocean Market. +* To use your clone of Ocean Market, you’ll need a [wallet](../wallets.md). We recommend [getting set up with metamask](../../orientation/metamask-setup.md). +* You’ll also need some [Ocean tokens on a testnet](../wallets-and-ocean-tokens.md) to use your marketplace. +* When you have the testnet tokens, have a go at [publishing a data asset](../../using-ocean-market/marketplace-publish-data-asset.md) on Ocean Market. +* Run through the process of [consuming a data asset](../../using-ocean-market/marketplace-download-data-asset.md) on Ocean Market. **Required Prerequisites** diff --git a/core-concepts/networks.md b/core-concepts/networks.md index bb5eafbe..f09459c6 100644 --- a/core-concepts/networks.md +++ b/core-concepts/networks.md @@ -55,7 +55,7 @@ Ocean is deployed to Polygon Mainnet, another production network. Polygon’s na **Bridge** -Check our Polygon Bridge [guide](broken-reference) to learn how you can deposit, withdraw and send tokens. +Check our Polygon Bridge [guide](../core-concepts/networks/bridges.md#polygon-ex-matic-bridge) to learn how you can deposit, withdraw and send tokens. ### Binance Smart Chain @@ -81,7 +81,7 @@ If you don’t find BSC as a predefined network in your wallet, you can connect **Bridge** -Check our BSC Bridge [guide](broken-reference) to learn how you can deposit, withdraw and send tokens. +Check our BSC Bridge [guide](../core-concepts/networks/bridges.md#binance-smart-chain-bsc-bridge) to learn how you can deposit, withdraw and send tokens. ### Energy Web Chain diff --git a/core-concepts/networks/bridges.md b/core-concepts/networks/bridges.md index e14c469c..ab391857 100644 --- a/core-concepts/networks/bridges.md +++ b/core-concepts/networks/bridges.md @@ -17,19 +17,19 @@ The article [How to Get Started with BSC](https://academy.binance.com/en/article * [BSC Wallet Support](https://docs.binance.org/wallets/bsc-wallets.html). Includes MetaMask and Trust Wallet. * [BSC Bridge](https://www.bnbchain.org/en/bridge) -* [How to set up a custom network in MetaMask](../orientation/metamask-setup.md#set-up-custom-network) +* [How to set up a custom network in MetaMask](../../orientation/metamask-setup.md#set-up-custom-network) # Polygon (ex Matic) Bridge ### Links -* [Matic Wallet](https://wallet.matic.network) -* [Matic Bridge](https://wallet.matic.network/bridge) -* [How to set up a custom network in MetaMask](../orientation/metamask-setup.md#set-up-custom-network) +* [Matic Wallet](https://wallet.polygon.technology/) +* [Matic Bridge](https://wallet.polygon.technology/bridge/) +* [How to set up a custom network in MetaMask](../../orientation/metamask-setup.md#set-up-custom-network) ### Intro to Polygon's Bridge -The Polygon Network (ex Matic) provide us with a bridge (connecting Ethereum & Polygon blockchains), and a dedicated [wallet](https://wallet.matic.network) that simplify the steps of transferring digital assets between the two networks. The wallet connects to your account via Metamask (or any of the other supported wallets). +The Polygon Network (ex Matic) provide us with a bridge (connecting Ethereum & Polygon blockchains), and a dedicated [wallet](https://wallet.polygon.technology/) that simplify the steps of transferring digital assets between the two networks. The wallet connects to your account via Metamask (or any of the other supported wallets). When you open the wallet link, the wallet will ask to log in. Select your preferred way of connecting and confirm the action. In our guide we'll use Metamask. diff --git a/using-ocean-market/README.md b/using-ocean-market/README.md index b7e87b33..95ad46fd 100644 --- a/using-ocean-market/README.md +++ b/using-ocean-market/README.md @@ -9,15 +9,15 @@ The following guides will help you get started with buying and selling data: -* [Publish a data asset](using-ocean-market/marketplace-publish-data-asset.md) -* [Download a data asset](using-ocean-market/marketplace-download-data-asset.md) -* [Publishing with hosting services](building-with-ocean/asset-hosting.md) +* [Publish a data asset](marketplace-publish-data-asset.md) +* [Download a data asset](marketplace-download-data-asset.md) +* [Publishing with hosting services](../building-with-ocean/asset-hosting.md) If you are new to web3 and blockchain technologies then we suggest you first read these introductory guides: -* [Wallet Basics](building-with-ocean/wallets.md) -* [Set Up MetaMask Wallet](orientation/metamask-setup.md) -* [Manage Your OCEAN Tokens](building-with-ocean/wallets-and-ocean-tokens.md) +* [Wallet Basics](../building-with-ocean/wallets.md) +* [Set Up MetaMask Wallet](../orientation/metamask-setup.md) +* [Manage Your OCEAN Tokens](../building-with-ocean/wallets-and-ocean-tokens.md) ### Removing Liquidity