@@ -9,10 +9,10 @@ peer-info JavaScript implementation
9
9
[ ![ js-standard-style] ( https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat-square )] ( https://github.com/feross/standard )
10
10
11
11
> A PeerInfo object contains information about a
12
- > [ PeerID] ( https://github.com/diasdavid /js-peer-id ) and its
13
- > [ multiaddrs] ( https://github.com/jbenet /js-multiaddr ) . This module is used by
12
+ > [ PeerID] ( https://github.com/libp2p /js-peer-id ) and its
13
+ > [ multiaddrs] ( https://github.com/libp2p /js-multiaddr ) . This module is used by
14
14
> [ IPFS] ( https://github.com/ipfs/ipfs ) and
15
- > [ libp2p] ( https://github.com/diasdavid /js-libp2p ) .
15
+ > [ libp2p] ( https://github.com/libp2p /js-libp2p ) .
16
16
17
17
# Example
18
18
@@ -41,7 +41,7 @@ const PeerInfo = require('peer-info')
41
41
## const peer = new PeerInfo()
42
42
43
43
Creates a new PeerInfo instance and also generates a new underlying
44
- [ PeerID] ( https://github.com/diasdavid /js-peer-id ) for it.
44
+ [ PeerID] ( https://github.com/libp2p /js-peer-id ) for it.
45
45
46
46
## const peer = new PeerInfo(peerId)
47
47
@@ -54,7 +54,7 @@ A list of multiaddresses instances that `peer` can be reached at.
54
54
## peer.multiaddr.add(addr)
55
55
56
56
Adds a new multiaddress that ` peer ` can be reached at. ` addr ` is an instance of
57
- a [ multiaddr] ( https://github.com/jbenet /js-multiaddr ) .
57
+ a [ multiaddr] ( https://github.com/libp2p /js-multiaddr ) .
58
58
59
59
## peer.multiaddr.addSafe(addr)
60
60
0 commit comments