Fixed typo in link resulting in 404 (#142)

This commit is contained in:
Natalie Chin 2020-04-18 23:22:26 -04:00 committed by GitHub
parent e8b33c64fa
commit 2ac54331cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -61,16 +61,16 @@ nimble install libp2p
## Usage
### API
The specification is available on [API.md](doc/API.md) (coming soon).
The specification is available on [API.md](docs/API.md) (coming soon).
### Getting Started
Please read the [GETTING_STARTED.md](doc/GETTING_STARTED.md) guide.
Please read the [GETTING_STARTED.md](docs/GETTING_STARTED.md) guide.
### Tutorials and Examples
Examples can be found in the [examples folder](/examples).
### Using the Go Daemon
Please find the installation and usage intructions in [GO_DAEMON.md](doc/GO_DAEMON.md).
Please find the installation and usage intructions in [GO_DAEMON.md](docs/GO_DAEMON.md).
Examples can be found in the [examples/go-daemon folder](https://github.com/status-im/nim-libp2p/tree/readme/examples/go-daemon);