update location, links and name of the multicodec

This commit is contained in:
David Dias
2017-02-13 08:04:33 -08:00
parent 2dc8da34cf
commit 2f23667044
3 changed files with 7 additions and 6 deletions

View File

@@ -71,13 +71,13 @@ Protocol multiplexing is done through [`multistream`](https://github.com/jbenet/
### 4.2.6 Relay
See [/ipfs/relay/circuit transport](transports/circuit-relay.md).
See [Circuit Relay](/relay).
## 4.3 Distributed Record Store
### 4.3.1 Record
Follows [IPRS spec](../iprs).
Follows [IPRS spec](/iprs).
### 4.3.2 abstract-record-store

View File

@@ -205,8 +205,7 @@ yamux | /yamux/1.0.0 |
multiplex | /mplex/6.7.0 |
identify | /ipfs/id/1.0.0 |
ping | /ipfs/ping/1.0.0 |
relay | /ipfs/relay/line/0.1.0 | discontinued
circuit-relay | /ipfs/relay/circuit/0.1.0 | [spec](transports/circuit-relay.md)
circuit-relay | /libp2p/relay/circuit/0.1.0 | [spec](/relay)
diagnostics | /ipfs/diag/net/1.0.0 |
Kademlia DHT | /ipfs/kad/1.0.0 |
bitswap | /ipfs/bitswap/1.0.0 |

View File

@@ -1,4 +1,5 @@
# libp2p-circuit-relay
# Circuit Relay
> Circuit Switching in libp2p
Table of Contents
@@ -9,7 +10,8 @@ Table of Contents
- [Interfaces](#interfaces)
- [Removing existing relay protocol](#removing-existing-relay-protocol)
*Note: as of 8-Feb-2017, this protocol isn't implemented yet, neither in go-libp2p nor js-libp2p.
* Note: as of 8-Feb-2017, this protocol isn't implemented yet, neither in go-libp2p nor js-libp2p.
We aim to implement and ship it [during the "ipfs in web browsers" sprint](https://github.com/ipfs/pm/issues/351) starting 12-Feb-2017.
## Overview