From 274fd5c5b8834a64d9704c951cf75190515a9b04 Mon Sep 17 00:00:00 2001 From: Akshay Date: Wed, 20 Apr 2022 10:26:52 +0200 Subject: [PATCH] Issue-#953: Fix link to fees page in publish tutorial --- content/tutorials/marketplace-publish-data-asset.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/content/tutorials/marketplace-publish-data-asset.md b/content/tutorials/marketplace-publish-data-asset.md index 57d36784..3abf7dd8 100644 --- a/content/tutorials/marketplace-publish-data-asset.md +++ b/content/tutorials/marketplace-publish-data-asset.md @@ -1,5 +1,5 @@ --- -title: Publish a data asset +title: Publish a data asset description: Tutorial to publish assets using the Ocean Market --- @@ -65,9 +65,9 @@ _Mandatory fields are marked with \*_ - **File**\* - The direct URL of the dataset to be published. The file needs to be publicly accessible to be downloadable by buyers. If the file is hosted on services like Google Drive, the URL provided needs to point directly to the data asset file. Also, the file needs to have the proper permissions to be downloaded by anybody. - - **Provider** encrypts this field before publishing the asset on-chain. + The direct URL of the dataset to be published. The file needs to be publicly accessible to be downloadable by buyers. If the file is hosted on services like Google Drive, the URL provided needs to point directly to the data asset file. Also, the file needs to have the proper permissions to be downloaded by anybody. + + **Provider** encrypts this field before publishing the asset on-chain. - **Sample file** @@ -98,7 +98,7 @@ With the _free pricing_ schema, the publisher provides an asset that is free to With the _dynamic pricing_ schema, the publisher sets the asset price and creates a datatoken liquidity pool with an initial amount of OCEAN tokens. The publisher can also change the **Swap Fee** of the liquidity pool. -For a deep dive into the fee structure, please refer to this [document](https://docs.oceanprotocol.com/tutorials/marketplace-fees/). +For a deep dive into the fee structure, please refer to this [document](/concepts/fees/). ![publish part-3](images/marketplace/publish-3.png 'Dynamic pricing')