Skip to content

Commit

Permalink
client: README: update to new go.mod paths
Browse files Browse the repository at this point in the history
The paths in the readme and go.dev docs are out of date after v3.5
  • Loading branch information
philips authored and wilsonwang371 committed Nov 3, 2021
1 parent 0945f5b commit f8d227d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/v3/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# etcd/clientv3
# etcd/client/v3

[![Docs](https://img.shields.io/badge/docs-latest-green.svg)](https://etcd.io/docs)
[![Godoc](https://img.shields.io/badge/go-documentation-blue.svg?style=flat-square)](https://godoc.org/go.etcd.io/etcd/clientv3)
[![Godoc](https://img.shields.io/badge/go-documentation-blue.svg?style=flat-square)](https://godoc.org/go.etcd.io/etcd/client/v3)

`etcd/clientv3` is the official Go etcd client for v3.

Expand Down

0 comments on commit f8d227d

Please sign in to comment.