From bb5cc07e212e68d00347421d0894593452f9c609 Mon Sep 17 00:00:00 2001 From: Anamaria Loznianu Date: Thu, 18 May 2023 16:23:30 +0300 Subject: [PATCH] Fixed more broken links --- README.md | 2 +- developers/architecture.md | 2 +- user-guides/asset-hosting/README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 59ed4310..9b3b38bf 100644 --- a/README.md +++ b/README.md @@ -7,4 +7,4 @@ layout: landing # 👋 Welcome -
discover.mdLearn about Ocean Protocol's powerful data-sharing capabilities and its potential to transform the way data is shared and monetized.discover.mddiscover_card.png
user-guidesWhether you're new to Ocean or just need a refresher on a particular task, the "User Guiders" section is a great resource for quickly finding step-by-step instructions for what you need.user-guidesuser_guides_card.png
developersWhether you're building a dApp or integrating with the ecosystem, you'll find plenty of APIs, libraries, and other tools to help you get the job done.developersdeveloper_tutorials_card.png
data-science.mdData science is the key to unlocking the true potential of decentralized data sharing.data_science_card.png
infrastructureLearn how to deploy your own components on the Ocean Protocol network. infrastructureinfrastructure_card.png
defi.mdDeFi (Decentralized Finance) has taken the financial world by storm, and Ocean Protocol has been at the forefront of this movement. In this category, you'll find a wealth of tutorials and guides on various DeFi topics.rewards_card.png
rewardsDiscover ways to earn rewards for contributing to the Ocean Protocol ecosystem. Explore bounty programs, grants, and other initiatives that can help you make an impact and earn recognition for your contributions.rewardsrewards_card.png
contributing.mdLearn how you can contribute to the growth and development of Ocean Protocol. Whether you're interested in community initiatives, open-source projects, or other opportunities, there are many ways to get involved and make a difference.contributing.mdcontribute_card.png
+
discover.mdLearn about Ocean Protocol's powerful data-sharing capabilities and its potential to transform the way data is shared and monetized.discover.mddiscover_card.png
user-guidesWhether you're new to Ocean or just need a refresher on a particular task, the "User Guiders" section is a great resource for quickly finding step-by-step instructions for what you need.user-guidesuser_guides_card.png
developersWhether you're building a dApp or integrating with the ecosystem, you'll find plenty of APIs, libraries, and other tools to help you get the job done.developersdeveloper_tutorials_card.png
data-science.mdData science is the key to unlocking the true potential of decentralized data sharing.data_science_card.png
infrastructureLearn how to deploy your own components on the Ocean Protocol network. infrastructureinfrastructure_card.png
defi.mdDeFi (Decentralized Finance) has taken the financial world by storm, and Ocean Protocol has been at the forefront of this movement. In this category, you'll find a wealth of tutorials and guides on various DeFi topics.rewards_card.png
rewardsDiscover ways to earn rewards for contributing to the Ocean Protocol ecosystem. Explore bounty programs, grants, and other initiatives that can help you make an impact and earn recognition for your contributions.rewardsrewards_card.png
contributing.mdLearn how you can contribute to the growth and development of Ocean Protocol. Whether you're interested in community initiatives, open-source projects, or other opportunities, there are many ways to get involved and make a difference.contributing.mdcontribute_card.png
diff --git a/developers/architecture.md b/developers/architecture.md index 5f1efbde..271d59f3 100644 --- a/developers/architecture.md +++ b/developers/architecture.md @@ -52,7 +52,7 @@ Complementary to Ocean Market, Ocean has reference code to ease building **third ### Metadata Tools -Marketplaces use the Metadata of the asset for discovery. Metadata consists of information like the type of asset, name of the asset, creation date, license, etc. Each data asset can have a [decentralized identifier](https://w3c-ccg.github.io/did-spec/) (DID) that resolves to a DID document (DDO) for associated metadata. The DDO is essentially [JSON](https://www.json.org/) filling in metadata fields. For more details on working with OCEAN DIDs check out the [DID concept documentation](broken-reference). The [DDO Metadata documentation](broken-reference) goes into more depth regarding metadata structure. +Marketplaces use the Metadata of the asset for discovery. Metadata consists of information like the type of asset, name of the asset, creation date, license, etc. Each data asset can have a [decentralized identifier](https://w3c-ccg.github.io/did-spec/) (DID) that resolves to a DID document (DDO) for associated metadata. The DDO is essentially [JSON](https://www.json.org/) filling in metadata fields. For more details on working with OCEAN DIDs check out the [DID concept documentation](Identifiers-Metadata.md). The [DDO Metadata documentation](Identifiers-Metadata.md) goes into more depth regarding metadata structure. [OEP8](broken-reference) specifies Ocean metadata schema, including fields that must be filled. It’s based on the public [DataSet schema from schema.org](https://schema.org/Dataset). diff --git a/user-guides/asset-hosting/README.md b/user-guides/asset-hosting/README.md index 627b773e..de54b43b 100644 --- a/user-guides/asset-hosting/README.md +++ b/user-guides/asset-hosting/README.md @@ -24,7 +24,7 @@ Read on, anon, if you are interested in the security details! These guys know what's up {% endembed %} -When you publish your asset as an NFT, then the URL/TX ID/CID required to access the asset is encrypted and stored as a part of the NFT's [DDO](broken-reference) on the blockchain. Buyers don't have access directly to this information, but they interact with the [Provider](https://github.com/oceanprotocol/provider#provider), which decrypts the DDO and acts as a proxy to serve the asset. +When you publish your asset as an NFT, then the URL/TX ID/CID required to access the asset is encrypted and stored as a part of the NFT's [DDO](../../developers/Identifiers-Metadata.md) on the blockchain. Buyers don't have access directly to this information, but they interact with the [Provider](https://github.com/oceanprotocol/provider#provider), which decrypts the DDO and acts as a proxy to serve the asset. We recommend implementing a security policy that allows **only the Provider's IP address to access the file** and blocks requests from other unauthorized actors is recommended. Since not all hosting services provide this feature, **you must carefully consider the security features while choosing a hosting service.**