Skip to content

Commit

Permalink
Merge pull request #569 from sbs2001/fix_links
Browse files Browse the repository at this point in the history
Fix links in README
  • Loading branch information
sanderpick authored Jan 4, 2022
2 parents 97aa882 + 10908f8 commit 0eb8098
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ import "github.com/textileio/go-threads/api/client"

## Getting Started

You can think of the [DB client](github.com/textileio/go-threads/api/client) as a gRPC client wrapper around the internal `db` package API, and the [Network client](github.com/textileio/go-threads/net/api/client) as a gRPC client wrapper around the internal `net` package API. This section will only focus on getting started with the gRPC clients, but Golang apps may choose to interact directly with `db` and/or `net`.
You can think of the [DB client](https://pkg.go.dev/github.com/textileio/go-threads/api/client) as a gRPC client wrapper around the internal `db` package API, and the [Network client](https://pkg.go.dev/github.com/textileio/go-threads/net/api/client) as a gRPC client wrapper around the internal `net` package API. This section will only focus on getting started with the gRPC clients, but Golang apps may choose to interact directly with `db` and/or `net`.

### Running ThreadDB

Expand Down

0 comments on commit 0eb8098

Please sign in to comment.