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

Commit 3b90e9c

Browse files
authored
docs: fix link to ipfs-http-client (#3227)
old link target is 404
1 parent afcf142 commit 3b90e9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
## API Docs
88

9-
`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.
9+
`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.
1010

1111
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.
1212

0 commit comments

Comments
 (0)