From 2ac54331cc45197a6669474abb49ec9dcfd9ac36 Mon Sep 17 00:00:00 2001 From: Natalie Chin Date: Sat, 18 Apr 2020 23:22:26 -0400 Subject: [PATCH] Fixed typo in link resulting in 404 (#142) --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8c1d5fe..a549439 100644 --- a/README.md +++ b/README.md @@ -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);