Skip to content

Commit ac6abb6

Browse files
committed
chore: update readme
1 parent e681da9 commit ac6abb6

File tree

1 file changed

+15
-13
lines changed

1 file changed

+15
-13
lines changed

README.md

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ The specs contained in this and related repositories are:
3737
- [IPFS Guide](https://docs.ipfs.tech/) - to start your IPFS journey
3838
- [Protocol Architecture Overview](./ARCHITECTURE.md) - the top-level spec and the stack
3939
- **User Interface (aka Public APIs):**
40-
- [HTTP Gateways](./http-gateways/) - implementation agnostic interfaces for accessing content-addressed data over HTTP
41-
- IPFS implementations may provide additional interfaces, for example:
42-
- [Legacy HTTP RPC API exposed by Kubo (go-ipfs)](https://docs.ipfs.io/reference/http/api/)
43-
- [Programmatic Core API for JavaScript](https://github.com/ipfs/js-ipfs/tree/master/docs/core-api#readme)
40+
- [HTTP Gateways](https://specs.ipfs.tech/http-gateways/) - implementation agnostic interfaces for accessing content-addressed data over HTTP
41+
- [Routing V1](https://specs.ipfs.tech/routing/http-routing-v1/) - implementation agnostic interfaces for content/peer/IPNS routing over HTTP
42+
- IPFS implementations may provide additional HTTP interfaces, for example:
43+
- [Kubo RPC at /api/v0](https://docs.ipfs.tech/reference/kubo/rpc/)
4444
- **Data Formats:**
4545
- [IPLD](https://ipld.io/specs/) - InterPlanetary Linked Data.
4646
- [DAG-CBOR](https://ipld.io/docs/codecs/known/dag-cbor/) - binary format, supporting the complete IPLD Data Model, with excellent performance, and suitable for any job.
@@ -52,9 +52,10 @@ The specs contained in this and related repositories are:
5252
- [multiaddr](https://github.com/multiformats/multiaddr) - self-describing addressing format.
5353
- [multicodec](https://github.com/multiformats/multicodec) - self-describing protocol/encoding streams (note: a file is a stream).
5454
- [multistream](https://github.com/multiformats/multistream) - multistream is a format -- or simple protocol -- for disambiguating, and layering streams. It is extremely simple.
55-
- **Files / Mutable File System:**
55+
- **Files and Directories:**
5656
- [UnixFS](./UNIXFS.md)
57-
- [Mutable File System (the Files API)](./MUTABLE_FILE_SYSTEM.md) - Virtual File System interface, unix like, on top of the MerkleDAG
57+
- Related userland concepts (external docs):
58+
- [MFS, Mutable File System, or the Files API](https://docs.ipfs.tech/concepts/file-systems/#mutable-file-system-mfs)
5859
- **Storage Layer:**
5960
- [Pinning Service API](https://ipfs.github.io/pinning-services-api-spec/)
6061
- [Repo](./REPO.md) - IPFS node local repository spec
@@ -67,9 +68,11 @@ The specs contained in this and related repositories are:
6768
- **Networking layer:**
6869
- [libp2p](https://github.com/libp2p/specs) - libp2p is a modular and extensible network stack, built and use by IPFS, but that it can be reused as a standalone project. Covers:
6970
- **Records, Naming and Record Systems:**
70-
- [IPNS](./ipns/IPNS.md) - InterPlanetary Naming System
71-
- [IPNS over PubSub](./ipns/IPNS_PUBSUB.md) - IPNS over PubSub Router
72-
- [DNSLink](https://dnslink.dev)
71+
- [IPNS](https://specs.ipfs.tech/ipns/) - InterPlanetary Naming System
72+
- [IPNS Record Creation and Verification](https://specs.ipfs.tech/ipns/ipns-pubsub-router/)
73+
- [IPNS over PubSub](https://specs.ipfs.tech/ipns/ipns-pubsub-router/)
74+
- [DNSLink](https://dnslink.dev) - mapping DNS names to IPFS content paths
75+
- [DNSAddr](https://github.com/multiformats/multiaddr/blob/master/protocols/DNSADDR.md) - mapping DNS names to libp2p multiaddrs
7376
- **Other/related/included:**
7477
- [PDD](https://github.com/ipfs/pdd) - Protocol Driven Development
7578

@@ -86,7 +89,6 @@ This repository falls under the IPFS [Code of Conduct](https://github.com/ipfs/c
8689
- Or add a new protocol?
8790

8891
See:
89-
- [IPIP: Improvement Process for IPFS Specifications](./IPIP_PROCESS.md).
90-
- List of [IPIPs](./IPIP/)
91-
92-
Accepted proposals can be found in the [`IPIP/`](./IPIP/) directory.
92+
- [IPIP: Improvement Process for IPFS Specifications](https://specs.ipfs.tech/meta/ipip-process/)
93+
- List of [ratified IPIPs](https://specs.ipfs.tech/ipips/)
94+
- List of [open IPIPs](https://github.com/ipfs/specs/pulls?q=is%3Apr+is%3Aopen+ipip+sort%3Aupdated-desc)

0 commit comments

Comments
 (0)