Skip to content
This repository was archived by the owner on Feb 12, 2024. It is now read-only.

Commit 99181c2

Browse files
authored
docs: fix links to core api spec/documentation (#2947)
1 parent dcea632 commit 99181c2

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

packages/interface-ipfs-core/README.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -152,26 +152,26 @@ tests.repo(createCommon, { only: ['should do a thing'] })
152152
In order to be considered "valid", an IPFS core implementation must expose the API described in [/SPEC](SPEC). You can also use this loose spec as documentation for consuming the core APIs. Here is an outline of the contents of that directory:
153153

154154
- **Files**
155-
- [files](/SPEC/FILES.md)
156-
- [block](/SPEC/BLOCK.md)
157-
- [repo (not spec'ed yet)](/SPEC/REPO)
155+
- [files](./SPEC/FILES.md)
156+
- [block](./SPEC/BLOCK.md)
157+
- [repo (not spec'ed yet)](./SPEC/REPO.md)
158158
- **Graph**
159-
- [dag](/SPEC/DAG.md)
160-
- [object](/SPEC/OBJECT.md)
161-
- [pin](/SPEC/PIN.md)
162-
- [**Name**](/SPEC/NAME.md)
159+
- [dag](./SPEC/DAG.md)
160+
- [object](./SPEC/OBJECT.md)
161+
- [pin](./SPEC/PIN.md)
162+
- [**Name**](./SPEC/NAME.md)
163163
- **Network**
164-
- [bootstrap](/SPEC/BOOSTRAP.md)
165-
- [bitswap](/SPEC/BITSWAP.md)
166-
- [dht](/SPEC/DHT.md)
167-
- [pubsub](/SPEC/PUBSUB.md)
168-
- [swarm](/SPEC/SWARM.md)
164+
- [bootstrap](./SPEC/BOOTSTRAP.md)
165+
- [bitswap](./SPEC/BITSWAP.md)
166+
- [dht](./SPEC/DHT.md)
167+
- [pubsub](./SPEC/PUBSUB.md)
168+
- [swarm](./SPEC/SWARM.md)
169169
- **Node Management**
170-
- [Miscellaneous](/SPEC/MISCELLANEOUS.md)
171-
- [config](/SPEC/CONFIG.md)
172-
- [key](/SPEC/KEY.md)
173-
- [stats](/SPEC/STATS.md)
174-
- [repo](/SPEC/REPO.md)
170+
- [Miscellaneous](./SPEC/MISCELLANEOUS.md)
171+
- [config](./SPEC/CONFIG.md)
172+
- [key](./SPEC/KEY.md)
173+
- [stats](./SPEC/STATS.md)
174+
- [repo](./SPEC/REPO.md)
175175

176176
## Contribute
177177

0 commit comments

Comments
 (0)