Fixed typo in link resulting in 404 (#142)
This commit is contained in:
parent
e8b33c64fa
commit
2ac54331cc
|
@ -61,16 +61,16 @@ nimble install libp2p
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
### API
|
### 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
|
### 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
|
### Tutorials and Examples
|
||||||
Examples can be found in the [examples folder](/examples).
|
Examples can be found in the [examples folder](/examples).
|
||||||
|
|
||||||
### Using the Go Daemon
|
### 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);
|
Examples can be found in the [examples/go-daemon folder](https://github.com/status-im/nim-libp2p/tree/readme/examples/go-daemon);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue