Skip to content

Commit dea470b

Browse files
author
Alan Shaw
authored
fix: url for golang client
1 parent 0188180 commit dea470b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pages/docs/go-w3up.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ You'll need [Go](https://go.dev/) version 1.21.4 or higher.
2424
In addition to the w3up library you're also likely to need elements of `go-ucanto` - a library for performing UCAN RPC calls. Add the libraries to your project's dependencies:
2525

2626
```bash
27-
go get github.com/web3.storage/go-w3up
28-
go get github.com/web3.storage/go-ucanto
27+
go get github.com/web3-storage/go-w3up
28+
go get github.com/web3-storage/go-ucanto
2929
```
3030

3131
## Generate a DID

0 commit comments

Comments
 (0)