From 0c13eae12de00fa03f493ad701b855da27885f7e Mon Sep 17 00:00:00 2001 From: Anja Miscevic Date: Wed, 31 Jul 2024 10:46:40 +0200 Subject: [PATCH] fix: update links --- docs/introduction/protocol-concepts.md | 4 ++-- .../technical-implementation/resource-governance.mdx | 2 +- .../technical-implementation/verifiable-claims.mdx | 2 +- .../technical-implementation/zone-governance.mdx | 2 +- docusaurus.config.js | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/introduction/protocol-concepts.md b/docs/introduction/protocol-concepts.md index ce27047a755..cf1aedd9e8d 100644 --- a/docs/introduction/protocol-concepts.md +++ b/docs/introduction/protocol-concepts.md @@ -45,8 +45,8 @@ As a decentralized orchestration layer for off-chain resources, Axone must ensur - Interpret the rules to ensure the law enforcement - Execute workflow and orchestrate the resources according to the rules -In [Rules](https://docs.okp4.network/academy/rules) section, we describe how the protocol allows you to **define and enforce any customized rules**. -In [Consume Resources](https://docs.okp4.network/academy/consume-resources) section, we describe how the protocol **orchestrates the resources according to the rules**. +In [Rules](https://docs.okp4.network/introduction/rules) section, we describe how the protocol allows you to **define and enforce any customized rules**. +In [Workflows](https://docs.okp4.network/introduction/workflows) section, we describe how the protocol **orchestrates the resources according to the rules**. Here, we'll concentrate on how Axone enables its functionalities **in the decentralized way**. diff --git a/docs/technical-documentation/technical-implementation/resource-governance.mdx b/docs/technical-documentation/technical-implementation/resource-governance.mdx index a10496e4064..e657ce76bcc 100644 --- a/docs/technical-documentation/technical-implementation/resource-governance.mdx +++ b/docs/technical-documentation/technical-implementation/resource-governance.mdx @@ -322,7 +322,7 @@ The Governance VP is a specific type of VP that details the governance rules app This bimodal approach not only guarantees the clarity and accessibility of the governance rules for human users but also ensures their direct and functional on-chain integration. The VP of Governance therefore plays a crucial role in clarifying and implementing governance guidelines for resources within the Axone dataverse. -Governance VPs play an essential role in the dataverse, applying universally to various categories of resources, such as datasets, services, and [zones](/academy/part-2/zone-governance). +Governance VPs play an essential role in the dataverse, applying universally to various categories of resources, such as datasets, services, and zones. Instantiate the template [credential-governance-text](https://github.com/okp4/ontology/blob/main/src/example/governance/crime-dataset-governance.jsonld). diff --git a/docs/technical-documentation/technical-implementation/verifiable-claims.mdx b/docs/technical-documentation/technical-implementation/verifiable-claims.mdx index 58085632cb3..5e99d408a00 100644 --- a/docs/technical-documentation/technical-implementation/verifiable-claims.mdx +++ b/docs/technical-documentation/technical-implementation/verifiable-claims.mdx @@ -60,7 +60,7 @@ The digital signature and metadata ensure enhanced security by preventing forger ## Verifiable claims in the Axone protocol -The [Axone ontology](https://docs.okp4.network/academy/resources#ontology-how-its-represented-semantic-description) is used to describe the Dataverse. In the Dataverse, resources are identified by their DID. Resources are described by claims referenced in the ontology as Verifiable Presentations (VPs) whose subject is the resource's DID. In this way, each resource is described by a set of associated claims. +The [Axone ontology](https://docs.okp4.network/introduction/resources#ontology-how-its-represented-semantic-description) is used to describe the Dataverse. In the Dataverse, resources are identified by their DID. Resources are described by claims referenced in the ontology as Verifiable Presentations (VPs) whose subject is the resource's DID. In this way, each resource is described by a set of associated claims. It's important to note that the existence of a resource is conditional on the presence of at least one relevant claim. In other words, although the universe of potential resources is infinite, a resource only becomes concrete and tangible when a corresponding claim is established. diff --git a/docs/technical-documentation/technical-implementation/zone-governance.mdx b/docs/technical-documentation/technical-implementation/zone-governance.mdx index 4e299021629..7e7cc2f5353 100644 --- a/docs/technical-documentation/technical-implementation/zone-governance.mdx +++ b/docs/technical-documentation/technical-implementation/zone-governance.mdx @@ -303,7 +303,7 @@ The Governance VP is a specific type of VP that details the governance rules app This bimodal approach not only guarantees the clarity and accessibility of the governance rules for human users but also ensures their direct and functional on-chain integration. The VP of Governance therefore plays a crucial role in clarifying and implementing governance guidelines for zone within the Axone dataverse. -Governance VPs play an essential role in the dataverse, applying universally to various categories of resources, such as datasets, services, and [zones](/academy/part-2/zone-governance). +Governance VPs play an essential role in the dataverse, applying universally to various categories of resources, such as datasets, services, and zones. Instantiate the template [credential-governance-text](https://github.com/okp4/ontology/blob/main/src/example/governance/crime-dataset-governance.jsonld). diff --git a/docusaurus.config.js b/docusaurus.config.js index 63f5cc3560d..27c99a2428d 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -207,7 +207,7 @@ const config = { }, { label: 'Guides', - to: '/tutorials/overview' + to: '/tutorials' }, { label: 'FAQ',