Skip to content
This repository was archived by the owner on Feb 26, 2021. It is now read-only.

Commit 35c7ae4

Browse files
authored
Merge pull request #25 from libp2p/feat/update-urls
Update redirects to libp2p
2 parents 3639f8e + 5a6f3a5 commit 35c7ae4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ peer-info JavaScript implementation
99
[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat-square)](https://github.com/feross/standard)
1010

1111
> 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
1414
> [IPFS](https://github.com/ipfs/ipfs) and
15-
> [libp2p](https://github.com/diasdavid/js-libp2p).
15+
> [libp2p](https://github.com/libp2p/js-libp2p).
1616
1717
# Example
1818

@@ -41,7 +41,7 @@ const PeerInfo = require('peer-info')
4141
## const peer = new PeerInfo()
4242

4343
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.
4545

4646
## const peer = new PeerInfo(peerId)
4747

@@ -54,7 +54,7 @@ A list of multiaddresses instances that `peer` can be reached at.
5454
## peer.multiaddr.add(addr)
5555

5656
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).
5858

5959
## peer.multiaddr.addSafe(addr)
6060

0 commit comments

Comments
 (0)