Skip to content

Commit

Permalink
docs: fix broken link in HTTP RPC client doc (#10267)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasericksen authored Dec 21, 2023
1 parent 0fdd979 commit f71ae39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/http-rpc-clients.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ Kubo provides official HTTP RPC (`/api/v0`) clients for selected languages:
| Language | Package Name | Github Repository |
|:--------:|:-------------------:|--------------------------------------------|
| JS | kubo-rpc-client | https://github.com/ipfs/js-kubo-rpc-client |
| Go | `rpc` | [`./client/rpc`](./client/rpc) |
| Go | `rpc` | [`../client/rpc`](../client/rpc) |

0 comments on commit f71ae39

Please sign in to comment.