Skip to content

Commit 9e8c76a

Browse files
authored
Update 02_2_Managing_Claims_Elision.md
1 parent e22ae1c commit 9e8c76a

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docs/02_2_Managing_Claims_Elision.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ to publish publicly using commitment patterns and selective
55
disclosure.
66

77
> **🧠 Related Concepts.** After completing this tutorial, explore
8-
[Progressive Trust](../concepts/progressive-trust.md) and
9-
[Self-Attestation](../concepts/self-attestation.md) to deepen your
8+
[Progressive Trust](https://github.com/BlockchainCommons/XID-Quickstart/tree/main/concepts/progressive-trust.md) and
9+
[Self-Attestation](https://github.com/BlockchainCommons/XID-Quickstart/tree/main/concepts/self-attestation.md) to deepen your
1010
understanding.
1111

1212
## Objectives for this Section
@@ -63,7 +63,7 @@ Amira has three options for handling the correlation risk of her crypto audit ex
6363

6464
Amira decides her crypto audit experience fits the middle category. She might need to prove this capability to future collaborators, but she doesn't want to publish it broadly. She'll commit an elided version publicly and reveal the full attestation selectively.
6565

66-
> :brain: **Learn more**: These three approaches are part of the broader concept of [Selective Disclosure](../concepts/selective-disclosure.md), which is the ability to reveal different information to different parties from the same underlying data structure.
66+
> :brain: **Learn more**: These three approaches are part of the broader concept of [Selective Disclosure](https://github.com/BlockchainCommons/XID-Quickstart/tree/main/concepts/selective-disclosure.md), which is the ability to reveal different information to different parties from the same underlying data structure.
6767
6868
## Part I: Creating a Commitment
6969

@@ -89,7 +89,7 @@ If you instead need to create new ones, see [§2.2](02_1_Creating_Self_Attestati
8989

9090
### Step 1: Create the Sensitive Attestation
9191

92-
You should create Amira's crypto audit attestation with [fair witness](../concepts/fair-witness.md) precision:
92+
You should create Amira's crypto audit attestation with [fair witness](https://github.com/BlockchainCommons/XID-Quickstart/tree/main/concepts/fair-witness.md) precision:
9393

9494
```
9595
AUDIT_CLAIM=$(envelope subject type string \

0 commit comments

Comments
 (0)