From 52674b8fc975fd1b99675abc35c0fe8ac47d45c6 Mon Sep 17 00:00:00 2001 From: Rae McKelvey <633012+okdistribute@users.noreply.github.com> Date: Thu, 18 Jun 2026 09:45:11 -0700 Subject: [PATCH] Fix broken iroh-automerge link in protocols page iroh-automerge moved from iroh-experiments to iroh-examples. Fixes #72 Co-Authored-By: Claude Opus 4.8 (1M context) --- concepts/protocols.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/concepts/protocols.mdx b/concepts/protocols.mdx index 9d45482..f032132 100644 --- a/concepts/protocols.mdx +++ b/concepts/protocols.mdx @@ -34,7 +34,7 @@ gives you endpoints and connections. From there, you choose: - [`iroh-blobs`](/protocols/blobs) - Content-addressed blob storage and transfer - [`iroh-docs`](/protocols/documents) - Collaborative key-value documents with CRDTs - [`iroh-gossip`](/connecting/gossip) - Topic-based message broadcasting in swarms -- [`iroh-automerge`](https://github.com/n0-computer/iroh-experiments/tree/main/iroh-automerge) - Automerge document sync (experimental) +- [`iroh-automerge`](https://github.com/n0-computer/iroh-examples/tree/main/iroh-automerge) - Automerge document sync (experimental) **Build your own** - Create custom protocols using: - Raw QUIC streams via iroh's connection API (most common approach)