Skip to content

Commit

Permalink
Replace outdated package paths described in rpc README
Browse files Browse the repository at this point in the history
Closes #10498
  • Loading branch information
gammazero committed Sep 3, 2024
1 parent 23ca1dd commit 72e18d4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions client/rpc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

> IPFS CoreAPI implementation using HTTP API
This packages implements [`coreiface.CoreAPI`](https://pkg.go.dev/github.com/ipfs/boxo/coreiface#CoreAPI) over the HTTP API.
This package implements [`coreiface.CoreAPI`](https://pkg.go.dev/github.com/ipfs/kubo/core/coreiface#CoreAPI) over the HTTP API.

## Documentation

Expand All @@ -20,7 +20,7 @@ import (
"fmt"

"github.com/ipfs/kubo/client/rpc"
path "github.com/ipfs/boxo/coreiface/path"
"github.com/ipfs/boxo/path"
)

func main() {
Expand All @@ -39,6 +39,5 @@ func main() {
fmt.Printf(err)
return
}
return
}
```

0 comments on commit 72e18d4

Please sign in to comment.