_archive/: Fix links to non archived resources (#444)

This commit is contained in:
Paul
2022-09-05 12:16:50 +08:00
committed by GitHub
parent 187b5d60c9
commit 118e1e7af7
2 changed files with 3 additions and 3 deletions

View File

@@ -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

View File

@@ -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>.