From 00d7533be981eeb0aedbe06493652ee80adaf503 Mon Sep 17 00:00:00 2001 From: Akshay Date: Thu, 7 Apr 2022 22:49:11 +0200 Subject: [PATCH] Issue-#912: Update marketplace urls to v4 --- content/concepts/introduction.md | 2 +- content/tutorials/marketplace-introduction.md | 4 ++-- content/tutorials/marketplace-swap-and-stake.md | 4 ++-- content/tutorials/marketplace.md | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/content/concepts/introduction.md b/content/concepts/introduction.md index 3ee06bab..3718cf40 100644 --- a/content/concepts/introduction.md +++ b/content/concepts/introduction.md @@ -9,7 +9,7 @@ OCEAN token is used for staking, and more. [Here](https://oceanprotocol.com/toke Ocean Protocol provides tools for developers to _build data markets_, and to _manage data NFTs and datatokens_ for use in DeFi. -**Build Data Markets.** Use Ocean Protocol software tools to build your own data marketplace, by either forking [Ocean Market](https://market.oceanprotocol.com/) code or building up with Ocean components. +**Build Data Markets.** Use Ocean Protocol software tools to build your own data marketplace, by either forking [Ocean Market](https://v4.market.oceanprotocol.com/) code or building up with Ocean components. **Manage datatokens and data NFTs for use in DeFi.** Use Ocean [JavaScript](https://github.com/oceanprotocol/ocean.js) or [Python](https://github.com/oceanprotocol/ocean.py) drivers to manage data NFTs and datatokens: diff --git a/content/tutorials/marketplace-introduction.md b/content/tutorials/marketplace-introduction.md index 3d7cc4e2..c4d94142 100644 --- a/content/tutorials/marketplace-introduction.md +++ b/content/tutorials/marketplace-introduction.md @@ -1,9 +1,9 @@ --- title: Ocean Market -description: +description: --- -https://market.oceanprotocol.com/ +https://v4.market.oceanprotocol.com/ ## Landing page diff --git a/content/tutorials/marketplace-swap-and-stake.md b/content/tutorials/marketplace-swap-and-stake.md index 6adb247e..d3c52140 100644 --- a/content/tutorials/marketplace-swap-and-stake.md +++ b/content/tutorials/marketplace-swap-and-stake.md @@ -1,11 +1,11 @@ --- title: Swap and/or Stake Tokens -description: +description: --- ## Swap OCEAN Tokens against datatokens -1. Search for the desired asset published on the [Ocean Marketplace](https://market.oceanprotocol.com/). +1. Search for the desired asset published on the [Ocean Marketplace](https://v4.market.oceanprotocol.com/). 2. Select **Trade** option and enter the amount of Ocean tokens you want to swap. The expected amount that the account will receive will be shown with the swap fees information. diff --git a/content/tutorials/marketplace.md b/content/tutorials/marketplace.md index 89359c1e..a17f7ac2 100644 --- a/content/tutorials/marketplace.md +++ b/content/tutorials/marketplace.md @@ -5,7 +5,7 @@ description: ## About marketplace -Ocean Protocol's [marketplace](https://market.oceanprotocol.com/) provides a web interface for accessing assets published on the chain. By default, assets metadata is pulled from Aquarius, component hosted by Ocean Protocol. To extend the existing features of the marketplace, developers can fork the marketplace. +Ocean Protocol's [marketplace](https://v4.market.oceanprotocol.com/) provides a web interface for accessing assets published on the chain. By default, assets metadata is pulled from Aquarius, component hosted by Ocean Protocol. To extend the existing features of the marketplace, developers can fork the marketplace. By doing so, developers can: