Skip to content

Commit 49f7acf

Browse files
authored
fix: update zones overview link (#351)
1 parent 9964eff commit 49f7acf

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/pages/learn/tempo/privacy.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,14 @@ All of this is achieved while preserving the compliance features that make stabl
3131

3232
## Zones: Private Validium Chains
3333

34-
Tempo has built-in support for privacy through [zones](/protocol/zones/overview) — native validium chains anchored to Tempo. Instead of being visible to the entire world, balances and transactions on zones are only visible to the zone sequencer, the users involved, and anyone they choose to selectively disclose to.
34+
Tempo has built-in support for privacy through [zones](/protocol/zones) — native validium chains anchored to Tempo. Instead of being visible to the entire world, balances and transactions on zones are only visible to the zone sequencer, the users involved, and anyone they choose to selectively disclose to.
3535

3636
Read the full technical specification:
3737

3838
<Cards>
3939
<Card
4040
description="Technical overview of Tempo Zones — native validium chains with multi-asset bridging and validity proofs."
41-
to="/protocol/zones/overview"
41+
to="/protocol/zones"
4242
icon="lucide:layers-3"
4343
title="Zones Overview"
4444
/>

src/pages/protocol/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ This section provides details on the Tempo Protocol specifications, and serves a
5757
/>
5858
<Card
5959
description="Tempo-native validium chains with multi-asset bridging, validity proofs, and privacy"
60-
to="/protocol/zones/overview"
60+
to="/protocol/zones"
6161
icon="lucide:layers-3"
6262
title="Zones"
6363
/>

0 commit comments

Comments
 (0)