docs: fix broken link in HTTP RPC client doc (#10267)

This commit is contained in:
Nicholas Ericksen 2023-12-21 02:40:50 -05:00 committed by GitHub
parent 0fdd979114
commit f71ae3935d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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) |