From a54e5bcc8d1478fd7f1fb6a645672c3d608d4a40 Mon Sep 17 00:00:00 2001 From: nikki-aranya Date: Tue, 4 Feb 2025 10:48:37 -0700 Subject: [PATCH] Update for Nested Menu Support --- templates/aranya-example/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/aranya-example/README.md b/templates/aranya-example/README.md index 8cd22df..7ab8b68 100644 --- a/templates/aranya-example/README.md +++ b/templates/aranya-example/README.md @@ -3,7 +3,7 @@ This crate contains example code showing how to use Aranya in a Rust application. In order to set it up, you'll need to install [`cargo-generate`](https://crates.io/crates/cargo-generate), which will allow you to create a new Rust project with some boilerplate example code that you can then modify as needed. This example shows how to use the [`aranya-client`](../../crates/aranya-client) library to: -- [Setup a team](https://aranya-project.github.io/aranya-docs/walkthrough/) +- [Setup a team](https://aranya-project.github.io/aranya-docs/getting-started/walkthrough/) - [Sync Aranya graphs](https://aranya-project.github.io/aranya-docs/sync/) - [Create an Aranya Fast Channel](https://aranya-project.github.io/aranya-docs/afc/) - [Send encrypted data between peers](https://aranya-project.github.io/aranya-docs/afc-cryptography/)