fix TOC links
This commit is contained in:
parent
c331b52d71
commit
51621c18bd
|
@ -31,16 +31,15 @@
|
|||
# Table of Contents
|
||||
|
||||
- [Background](#background)
|
||||
- [Bundles](#bundles)
|
||||
- [Usage](#usage)
|
||||
- [Install](#install)
|
||||
- [API](#api)
|
||||
- [Examples](#examples)
|
||||
- [Development](#development)
|
||||
- [Using the libp2p Workspace](#using-the-libp2p-workspace)
|
||||
- [About gx](#about-gx)
|
||||
- [Tests](#tests)
|
||||
- [Packages](#packages)
|
||||
- [Contribute](#contribute)
|
||||
- [License](#license)
|
||||
|
||||
## Background
|
||||
|
||||
|
@ -83,7 +82,7 @@ Examples can be found in the [examples repo](https://github.com/libp2p/go-libp2p
|
|||
|
||||
## Development
|
||||
|
||||
### Using the libp2p workspace
|
||||
### Using the libp2p Workspace
|
||||
|
||||
While developing, you may need to make changes to several modules at once, or you may want changes made locally in one module to be available for import by another.
|
||||
|
||||
|
|
Loading…
Reference in New Issue