Skip to content

Commit 3efd368

Browse files
authored
Update 01_2_Making_a_XID_Verifiable.md
1 parent b3732c2 commit 3efd368

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/01_2_Making_a_XID_Verifiable.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
This section demonstrates how to maintain a XID's freshness without
44
direct communication through the use of a publication URL.
55

6-
> 🧠 **Related concepts.** This tutorial introduces verification and freshness. To understand the underlying principles, see [Progressive Trust](../concepts/progressive-trust.md) for how trust builds incrementally, and [Data Minimization](../concepts/data-minimization.md) for controlling what you disclose when publishing.
6+
> 🧠 **Related concepts.** This tutorial introduces verification and freshness. To understand the underlying principles, see [Progressive Trust](https://github.com/BlockchainCommons/XID-Quickstart/tree/main/concepts/progressive-trust.md) for how trust builds incrementally, and [Data Minimization](https://github.com/BlockchainCommons/XID-Quickstart/tree/main/concepts/data-minimization.md) for controlling what you disclose when publishing.
77
88
## Objectives for this Section
99

@@ -484,7 +484,7 @@ fi
484484
This is why signature verification is an important check: it catches any tampering that occurred after Amira signed the document.
485485

486486
> 🧠 **Learn More.** The [Signing and
487-
Verification](../concepts/signing-verification.md) concept doc
487+
Verification](https://github.com/BlockchainCommons/XID-Quickstart/tree/main/concepts/signing-verification.md) concept doc
488488
explains how envelope signatures work and why elision preserves
489489
signature validity.
490490

@@ -516,7 +516,7 @@ But a few other things are just assumed, without proof:
516516
Future tutorials will concentrate on showing how a XID can better
517517
support these assumptions.
518518

519-
> 🧠 **Learn More.** The [Progressive Trust](../concepts/progressive-trust.md) concept doc explores the full trust hierarchy and how verification layers combine.
519+
> 🧠 **Learn More.** The [Progressive Trust](https://github.com/BlockchainCommons/XID-Quickstart/tree/main/concepts/progressive-trust.md) concept doc explores the full trust hierarchy and how verification layers combine.
520520
521521
| What Ben Can Verify | What Remains Unproven |
522522
|---------------------|----------------------|

0 commit comments

Comments
 (0)