mirror of
https://github.com/vacp2p/specs.git
synced 2026-01-08 23:08:09 -05:00
libp2p: remove prefix path in table of contents links in readme file
All files are on the same level, this should be more compatible with different environments.
This commit is contained in:
72
README.md
72
README.md
@@ -30,39 +30,39 @@ This RFC is organized by chapters described on the `Table of Contents` section.
|
||||
|
||||
# Table of Contents
|
||||
|
||||
- [1 Introduction](/protocol/network/1-introduction.md)
|
||||
- [1.1 Motivation](/protocol/network/1-introduction.md#11-motivation)
|
||||
- [1.2 Goals](/protocol/network/1-introduction.md#12-goals)
|
||||
- [2 Overview of current Network Stack](/protocol/network/2-state-of-the-art.md)
|
||||
- [2.1 Client Server model](/protocol/network/2-state-of-the-art.md#21-the-client-server-model)
|
||||
- [2.2 Categorizing the Network Stack protocols by solutions](/protocol/network/2-state-of-the-art.md#22-categorizing-the-network-stack-protocols-by-solutions)
|
||||
- [2.3 Current Shortcommings](/protocol/network/2-state-of-the-art.md#23-current-shortcommings)
|
||||
- [3 Requirements](/protocol/network/3-requirements.md)
|
||||
- [3.1 NAT traversal](/protocol/network/3-requirements.md#31-nat-traversal)
|
||||
- [3.2 Relay](/protocol/network/3-requirements.md#32-relay)
|
||||
- [3.3 Encryption](/protocol/network/3-requirements.md#33-encryption)
|
||||
- [3.4 Transport Agnostic](/protocol/network/3-requirements.md#34-transport-agnostic)
|
||||
- [3.5 Multi-Multiplexing](/protocol/network/3-requirements.md#35-multi-multiplexing)
|
||||
- [4 Architecture](/protocol/network/4-architecture.md)
|
||||
- [4.1 Peer Routing](/protocol/network/4-architecture.md#41-peer-routing)
|
||||
- [4.2 Swarm](/protocol/network/4-architecture.md#42-swarm)
|
||||
- [4.3 Distributed Record Store](/protocol/network/4-architecture.md#43-distributed-record-store)
|
||||
- [5 Datastructures](/protocol/network/5-datastructures.md)
|
||||
- [6 Interfaces](/protocol/network/6-interfaces.md)
|
||||
- [6.1 libp2p](/protocol/network/6-interfaces.md#61-libp2p)
|
||||
- [6.2 Peer Routing](/protocol/network/6-interfaces.md#62-peer-routing)
|
||||
- [6.3 Swarm](/protocol/network/6-interfaces.md#63-swarm)
|
||||
- [6.4 Distributed Record Store](/protocol/network/6-interfaces.md#64-distributed-record-store)
|
||||
- [7 Properties](/protocol/network/7-properties.md)
|
||||
- [7.1 Communication Model - Streams](/protocol/network/7-properties.md#71-communication-model---streams)
|
||||
- [7.2 Ports - Constrained Entrypoints](/protocol/network/7-properties.md#72-ports---constrained-entrypoints)
|
||||
- [7.3 Transport Protocol](/protocol/network/7-properties.md#73-transport-protocols)
|
||||
- [7.4 Non-IP Networks](/protocol/network/7-properties.md#74-non-ip-networks)
|
||||
- [7.5 On the wire](/protocol/network/7-properties.md#75-on-the-wire)
|
||||
- [7.5.1 Protocol-Multiplexing](/protocol/network/7-properties.md#751-protocol-multiplexing)
|
||||
- [7.5.2 multistream - self-describing protocol stream](/protocol/network/7-properties.md#752-multistream---self-describing-protocol-stream)
|
||||
- [7.5.3 multistream-selector - self-describing protocol stream selector](/protocol/network/7-properties.md#753-multistream-selector---self-describing-protocol-stream-selector)
|
||||
- [7.5.4 Stream Multiplexing](/protocol/network/7-properties.md#754-stream-multiplexing)
|
||||
- [7.5.5 Portable Encodings](/protocol/network/7-properties.md#755-portable-encodings)
|
||||
- [8 Implementations](/protocol/network/8-implementations.md)
|
||||
- [9 References](/protocol/network/9-references.md)
|
||||
- [1 Introduction](1-introduction.md)
|
||||
- [1.1 Motivation](1-introduction.md#11-motivation)
|
||||
- [1.2 Goals](1-introduction.md#12-goals)
|
||||
- [2 Overview of current Network Stack](2-state-of-the-art.md)
|
||||
- [2.1 Client Server model](2-state-of-the-art.md#21-the-client-server-model)
|
||||
- [2.2 Categorizing the Network Stack protocols by solutions](2-state-of-the-art.md#22-categorizing-the-network-stack-protocols-by-solutions)
|
||||
- [2.3 Current Shortcommings](2-state-of-the-art.md#23-current-shortcommings)
|
||||
- [3 Requirements](3-requirements.md)
|
||||
- [3.1 NAT traversal](3-requirements.md#31-nat-traversal)
|
||||
- [3.2 Relay](3-requirements.md#32-relay)
|
||||
- [3.3 Encryption](3-requirements.md#33-encryption)
|
||||
- [3.4 Transport Agnostic](3-requirements.md#34-transport-agnostic)
|
||||
- [3.5 Multi-Multiplexing](3-requirements.md#35-multi-multiplexing)
|
||||
- [4 Architecture](4-architecture.md)
|
||||
- [4.1 Peer Routing](4-architecture.md#41-peer-routing)
|
||||
- [4.2 Swarm](4-architecture.md#42-swarm)
|
||||
- [4.3 Distributed Record Store](4-architecture.md#43-distributed-record-store)
|
||||
- [5 Datastructures](5-datastructures.md)
|
||||
- [6 Interfaces](6-interfaces.md)
|
||||
- [6.1 libp2p](6-interfaces.md#61-libp2p)
|
||||
- [6.2 Peer Routing](6-interfaces.md#62-peer-routing)
|
||||
- [6.3 Swarm](6-interfaces.md#63-swarm)
|
||||
- [6.4 Distributed Record Store](6-interfaces.md#64-distributed-record-store)
|
||||
- [7 Properties](7-properties.md)
|
||||
- [7.1 Communication Model - Streams](7-properties.md#71-communication-model---streams)
|
||||
- [7.2 Ports - Constrained Entrypoints](7-properties.md#72-ports---constrained-entrypoints)
|
||||
- [7.3 Transport Protocol](7-properties.md#73-transport-protocols)
|
||||
- [7.4 Non-IP Networks](7-properties.md#74-non-ip-networks)
|
||||
- [7.5 On the wire](7-properties.md#75-on-the-wire)
|
||||
- [7.5.1 Protocol-Multiplexing](7-properties.md#751-protocol-multiplexing)
|
||||
- [7.5.2 multistream - self-describing protocol stream](7-properties.md#752-multistream---self-describing-protocol-stream)
|
||||
- [7.5.3 multistream-selector - self-describing protocol stream selector](7-properties.md#753-multistream-selector---self-describing-protocol-stream-selector)
|
||||
- [7.5.4 Stream Multiplexing](7-properties.md#754-stream-multiplexing)
|
||||
- [7.5.5 Portable Encodings](7-properties.md#755-portable-encodings)
|
||||
- [8 Implementations](8-implementations.md)
|
||||
- [9 References](9-references.md)
|
||||
|
||||
Reference in New Issue
Block a user