@@ -150,20 +150,20 @@ fn register_and_grant_role_for_metadata_access() -> Result<()> {
150150You can get the key value of an object metadata using
151151[ queries] ( /guide/blockchain/queries.md ) :
152152
153- - [ ` FindAccountKeyValueByIdAndKey ` ] ( /guide/blockchain /queries.md#findaccountkeyvaluebyidandkey )
154- - [ ` FindAssetKeyValueByIdAndKey ` ] ( /guide/blockchain /queries.md#findassetkeyvaluebyidandkey )
155- - [ ` FindAssetDefinitionKeyValueByIdAndKey ` ] ( /guide/blockchain /queries.md#findassetdefinitionkeyvaluebyidandkey )
156- - [ ` FindDomainKeyValueByIdAndKey ` ] ( /guide/blockchain /queries.md#finddomainkeyvaluebyidandkey )
157- - [ ` FindTriggerKeyValueByIdAndKey ` ] ( /guide/blockchain /queries.md#findtriggerkeyvaluebyidandkey )
153+ - [ ` FindAccountKeyValueByIdAndKey ` ] ( /reference /queries.md#findaccountkeyvaluebyidandkey )
154+ - [ ` FindAssetKeyValueByIdAndKey ` ] ( /reference /queries.md#findassetkeyvaluebyidandkey )
155+ - [ ` FindAssetDefinitionKeyValueByIdAndKey ` ] ( /reference /queries.md#findassetdefinitionkeyvaluebyidandkey )
156+ - [ ` FindDomainKeyValueByIdAndKey ` ] ( /reference /queries.md#finddomainkeyvaluebyidandkey )
157+ - [ ` FindTriggerKeyValueByIdAndKey ` ] ( /reference /queries.md#findtriggerkeyvaluebyidandkey )
158158
159159## Permissions
160160
161161Pre-configured tokens in Iroha 2 LTS version that allow to set or remove
162162key-values in accounts, assets, or asset definitions:
163163
164- - [ ` CanSetKeyValueInUserMetadata ` ] ( /guide/blockchain /permissions.md#cansetkeyvalueinusermetadata )
165- - [ ` CanRemoveKeyValueInUserMetadata ` ] ( /guide/blockchain /permissions.md#canremovekeyvalueinusermetadata )
166- - [ ` CanSetKeyValueInUserAssets ` ] ( /guide/blockchain /permissions.md#cansetkeyvalueinuserassets )
167- - [ ` CanRemoveKeyValueInUserAssets ` ] ( /guide/blockchain /permissions.md#canremovekeyvalueinuserassets )
168- - [ ` CanSetKeyValueInAssetDefinition ` ] ( /guide/blockchain /permissions.md#cansetkeyvalueinassetdefinition )
169- - [ ` CanRemoveKeyValueInAssetDefinition ` ] ( /guide/blockchain /permissions.md#canremovekeyvalueinassetdefinition )
164+ - [ ` CanSetKeyValueInUserMetadata ` ] ( /reference /permissions.md#cansetkeyvalueinusermetadata )
165+ - [ ` CanRemoveKeyValueInUserMetadata ` ] ( /reference /permissions.md#canremovekeyvalueinusermetadata )
166+ - [ ` CanSetKeyValueInUserAssets ` ] ( /reference /permissions.md#cansetkeyvalueinuserassets )
167+ - [ ` CanRemoveKeyValueInUserAssets ` ] ( /reference /permissions.md#canremovekeyvalueinuserassets )
168+ - [ ` CanSetKeyValueInAssetDefinition ` ] ( /reference /permissions.md#cansetkeyvalueinassetdefinition )
169+ - [ ` CanRemoveKeyValueInAssetDefinition ` ] ( /reference /permissions.md#canremovekeyvalueinassetdefinition )
0 commit comments