From efb2b67f191933a4e51f32463d5b32ce4c22ed71 Mon Sep 17 00:00:00 2001 From: David Dias Date: Sat, 4 Nov 2017 16:25:58 +0000 Subject: [PATCH] chore: update example --- examples/libp2p-in-the-browser/1/src/create-node.js | 2 +- examples/libp2p-in-the-browser/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/libp2p-in-the-browser/1/src/create-node.js b/examples/libp2p-in-the-browser/1/src/create-node.js index 70a012cf..1651bb66 100644 --- a/examples/libp2p-in-the-browser/1/src/create-node.js +++ b/examples/libp2p-in-the-browser/1/src/create-node.js @@ -10,7 +10,7 @@ function createNode (callback) { } const peerIdStr = peerInfo.id.toB58String() - const ma = `/libp2p-webrtc-star/dns4/star-signal.cloud.ipfs.team/wss/ipfs/${peerIdStr}` + const ma = `/dns4/star-signal.cloud.ipfs.team/wss/p2p-webrtc-star/ipfs/${peerIdStr}` peerInfo.multiaddrs.add(ma) diff --git a/examples/libp2p-in-the-browser/README.md b/examples/libp2p-in-the-browser/README.md index c3426a53..30766062 100644 --- a/examples/libp2p-in-the-browser/README.md +++ b/examples/libp2p-in-the-browser/README.md @@ -13,4 +13,4 @@ Simple go into the folder [1](./1) and execute the following # open your browser in port :9090 ``` -[Version Published on IPFS](http://ipfs.io/ipfs/QmcBnUWsPG9rFRnYUQH7FkgpxgUppnujcRvyVje77eiKwr) +[Version Published on IPFS](http://ipfs.io/ipfs/QmRUo2UPwSjeXeVkDeAFNLEvWmvt2doAhQMCo676JR8j7L)