mirror of
https://github.com/oceanprotocol/docs.git
synced 2024-11-26 19:49:26 +01:00
Merge pull request #1136 from oceanprotocol/feature/broken_links
Fixed multiple broken links
This commit is contained in:
commit
bd59919c19
@ -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**
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user