diff --git a/_archive/4-architecture.md b/_archive/4-architecture.md index 0c1eedb..24c6e2a 100644 --- a/_archive/4-architecture.md +++ b/_archive/4-architecture.md @@ -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 diff --git a/_archive/5-datastructures.md b/_archive/5-datastructures.md index 8f0edc8..b7580a5 100644 --- a/_archive/5-datastructures.md +++ b/_archive/5-datastructures.md @@ -11,7 +11,7 @@ The network protocol deals with these data structures: - a `Connection`, a point-to-point link between two nodes. Must implement . - a `Muxed-Stream`, a duplex message channel. - a `Stream-Muxer`, a stream multiplexer. Must implement . -- 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 . - a `multicodec`, a self describable encoding type. See . - a `multihash`, a self describable hash. See .