Skip to content

Commit 8b2d322

Browse files
authored
[links] Fix veiled coin link (#859)
1 parent e895bf3 commit 8b2d322

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apps/nextra/pages/en/build/smart-contracts/cryptography.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ For more use cases of the `crypto_algebra` module, check out some Move examples:
207207

208208
### Veiled coins
209209

210-
The [`veiled_coin` example](https://github.com/aptos-labs/aptos-core/tree/main/aptos-move/move-examples/veiled_coin/sources) demonstrates how to use [the Ristretto255 modules from above](#ristretto255-arithmetic) to add a reasonable layer of confidentiality to coin balances and transactions.
210+
The [`veiled_coin` example](https://github.com/aptos-labs/aptos-core/tree/main/aptos-move/framework-experimental/veiled_coin) demonstrates how to use [the Ristretto255 modules from above](#ristretto255-arithmetic) to add a reasonable layer of confidentiality to coin balances and transactions.
211211

212212
Specifically, users can **veil** their balance, keeping it hidden from everyone, including validators.
213213
Furthermore, a user can send a **veiled transaction** that hides the transaction amount from everybody, including validators.

apps/nextra/pages/zh/build/smart-contracts/cryptography.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ For more use cases of the `crypto_algebra` module, check out some Move examples:
207207

208208
### Veiled coins
209209

210-
The [`veiled_coin` example](https://github.com/aptos-labs/aptos-core/tree/main/aptos-move/move-examples/veiled_coin/sources) demonstrates how to use [the Ristretto255 modules from above](#ristretto255-arithmetic) to add a reasonable layer of confidentiality to coin balances and transactions.
210+
The [`veiled_coin` example](https://github.com/aptos-labs/aptos-core/tree/main/aptos-move/framework-experimental/veiled_coin) demonstrates how to use [the Ristretto255 modules from above](#ristretto255-arithmetic) to add a reasonable layer of confidentiality to coin balances and transactions.
211211

212212
Specifically, users can **veil** their balance, keeping it hidden from everyone, including validators.
213213
Furthermore, a user can send a **veiled transaction** that hides the transaction amount from everybody, including validators.

0 commit comments

Comments
 (0)