From 1a943350b00b74b6ee207ffe9431b0b357c84f18 Mon Sep 17 00:00:00 2001 From: Brandon Philips Date: Tue, 15 Jun 2021 19:47:22 -0700 Subject: [PATCH] client: README: update to new go.mod paths The paths in the readme and go.dev docs are out of date after v3.5 --- client/v3/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/v3/README.md b/client/v3/README.md index 3ab8c8156..af0087ebc 100644 --- a/client/v3/README.md +++ b/client/v3/README.md @@ -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.