From d763e1ec5ac0736b79dabc1124299980e88433e5 Mon Sep 17 00:00:00 2001 From: Daniel B Date: Thu, 1 Sep 2022 05:17:04 -0700 Subject: [PATCH] chore(storage): change reference link to cloud rad (#6481) --- storage/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/storage/README.md b/storage/README.md index 8536d9cab98..f18c37309a5 100644 --- a/storage/README.md +++ b/storage/README.md @@ -2,7 +2,7 @@ - [About Cloud Storage](https://cloud.google.com/storage/) - [API documentation](https://cloud.google.com/storage/docs) -- [Go client documentation](https://pkg.go.dev/cloud.google.com/go/storage) +- [Go client documentation](https://cloud.google.com/go/docs/reference/cloud.google.com/go/storage/latest) - [Complete sample programs](https://github.com/GoogleCloudPlatform/golang-samples/tree/main/storage) ### Example Usage