From 93acda3c22bdf84a58d0e82f47510f7d34379ab8 Mon Sep 17 00:00:00 2001 From: Oli Evans Date: Fri, 14 Aug 2020 15:48:48 +0100 Subject: [PATCH] docs: fix link to ipfs-http-client --- docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index c982306d68..1bb8dc36dd 100644 --- a/docs/README.md +++ b/docs/README.md @@ -6,7 +6,7 @@ ## API Docs -`ipfs` can run as part of your program (an in-process node) or as a standalone daemon process that can be communicated with via an HTTP RPC API using the [`ipfs-http-client`](../packages/ipfs-http-api) module. +`ipfs` can run as part of your program (an in-process node) or as a standalone daemon process that can be communicated with via an HTTP RPC API using the [`ipfs-http-client`](../packages/ipfs-http-client) module. Whether accessed directly or over HTTP, both methods support the full [Core API](#core-api). In addition other methods are available to construct instances of each module, etc.