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)