mirror of
https://github.com/vacp2p/specs.git
synced 2026-01-06 22:13:52 -05:00
_archive/: Fix links to non archived resources (#444)
This commit is contained in:
@@ -122,13 +122,13 @@ Bootstrap-List is a Discovery Protocol that uses local storage to cache the addr
|
||||
|
||||
#### 4.5.1 PubSub
|
||||
|
||||
See [`pubsub/`](pubsub/) and [`pubsub/gossipsub/`](pubsub/gossipsub/).
|
||||
See [`pubsub/`](../pubsub/README.md) and [`pubsub/gossipsub/`](../pubsub/gossipsub/README.md).
|
||||
|
||||
|
||||
## 4.6 Naming
|
||||
|
||||
#### 4.6.1 IPRS
|
||||
|
||||
[IPRS spec](/IPRS.md)
|
||||
[IPRS spec](./IPRS.md)
|
||||
|
||||
#### 4.6.2 IPNS
|
||||
|
||||
@@ -11,7 +11,7 @@ The network protocol deals with these data structures:
|
||||
- a `Connection`, a point-to-point link between two nodes. Must implement <https://github.com/libp2p/interface-connection>.
|
||||
- a `Muxed-Stream`, a duplex message channel.
|
||||
- a `Stream-Muxer`, a stream multiplexer. Must implement <https://github.com/libp2p/interface-stream-muxer>.
|
||||
- a `Record`, IPLD (IPFS Linked Data) described object that implements [IPRS](https://github.com/libp2p/specs/blob/master/IPRS.md).
|
||||
- a `Record`, IPLD (IPFS Linked Data) described object that implements [IPRS](./IPRS.md).
|
||||
- a `multiaddr`, a self describable network address. See <https://github.com/multiformats/multiaddr>.
|
||||
- a `multicodec`, a self describable encoding type. See <https://github.com/multiformats/multicodec>.
|
||||
- a `multihash`, a self describable hash. See <https://github.com/multiformats/multihash>.
|
||||
|
||||
Reference in New Issue
Block a user