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

Commit 7cabd5f

Browse files
authored
Fix broken link + add link to HTTP API
1 parent bf1d744 commit 7cabd5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ This will download the source into `$GOPATH/src/github.com/ipfs/go-ipfs-api`.
2121

2222
## Usage
2323

24-
See [the godocs](https://godoc.org/github.com/ipfs/go-ipfs-api) for details on available methods. This should match the specs at [ipfs/specs](https://github.com/ipfs/specs/tree/master/public-api); however, there are still some methods which are not accounted for. If you would like to add any of them, see the contribute section below.
24+
See [the godocs](https://godoc.org/github.com/ipfs/go-ipfs-api) for details on available methods. This should match the specs at [ipfs/specs (Core API)](https://github.com/ipfs/specs/blob/master/API_CORE.md); however, there are still some methods which are not accounted for. If you would like to add any of them, see the contribute section below. See also the [HTTP API](https://docs.ipfs.io/reference/http/api/).
2525

2626
### Example
2727

0 commit comments

Comments
 (0)