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

Commit bc022a1

Browse files
dbachkodaviddias
authored andcommitted
docs: fix broken link and several anchors (#1010)
1 parent 9f2006e commit bc022a1

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

+4-5
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ You can check the development status at the [Waffle Board](https://waffle.io/ipf
5555
- [Usage](#usage)
5656
- [CLI](#cli)
5757
- [HTTP-API](#http-api)
58-
- [IPFS Core (use IPFS as a module in Node.js or in the Browser)](#ipfs-core-examples-use-ipfs-as-a-module)
58+
- [IPFS Core (use IPFS as a module in Node.js or in the Browser)](#ipfs-core-use-ipfs-as-a-module)
5959
- [Create a IPFS node instance](#create-a-ipfs-node-instance)
6060
- [Tutorials and Examples](#tutorials-and-examples)
6161
- [API](#api)
@@ -74,9 +74,8 @@ You can check the development status at the [Waffle Board](https://waffle.io/ipf
7474
- [Domain data types](#domain-data-types)
7575
- [Packages](#packages)
7676
- [Development](#development)
77-
- [Clone](#clone)
78-
- [Install Dependencies](#install-dependencies)
79-
- [Run Tests](#run-tests)
77+
- [Clone and install dependencies](#clone-and-install-dependencies)
78+
- [Run Tests](#run-unit-tests)
8079
- [Lint](#lint)
8180
- [Build a dist version](#build-a-dist-version)
8281
- [Contribute](#contribute)
@@ -258,7 +257,7 @@ A complete API definition is in the works. Meanwhile, you can learn how to you u
258257
Every IPFS instance also exposes the libp2p API at `ipfs.libp2p`. The formal interface for this API hasn't been defined by you can find documentation at its implementations:
259258

260259
- [Node.js bundle](./src/core/runtime/libp2p-nodejs.js)
261-
- [Browser Bundle](./src/code/runtime/libp2p-browser.js)
260+
- [Browser Bundle](./src/core/runtime/libp2p-browser.js)
262261
- [libp2p baseclass](https://github.com/libp2p/js-libp2p)
263262

264263
##### [miscellaneous operations](https://github.com/ipfs/interface-ipfs-core/tree/master/API/generic)

0 commit comments

Comments
 (0)