From e9bd7ee4437cc8324b4440104c17ec4e63581f5a Mon Sep 17 00:00:00 2001 From: Jun Matsushita Date: Mon, 18 Sep 2023 20:03:44 +0200 Subject: [PATCH] Fix todomvc-p2p live example link --- packages/p2p/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/p2p/README.md b/packages/p2p/README.md index cb656be..214b2ca 100644 --- a/packages/p2p/README.md +++ b/packages/p2p/README.md @@ -2,4 +2,4 @@ Note -- this is a demonstration replicator that relies on a very simple protocol for exchanging data between peers. -[todomvc-p2p](../../../live-examples-js/) has example use of this replicator. Note that this layer requires a [peerjs](https://peerjs.com/) signaling server. +[todomvc-p2p](https://github.com/vlcn-io/live-examples/tree/main/src/todomvc-p2p) has example use of this replicator. Note that this layer requires a [peerjs](https://peerjs.com/) signaling server.