Skip to content

Commit

Permalink
internal: update name to googleapis/google-cloud-go
Browse files Browse the repository at this point in the history
Change-Id: I2a98084abf71c3d3803501c517f843727a971b76
Reviewed-on: https://code-review.googlesource.com/c/36131
Reviewed-by: Eno Compton <enocom@google.com>
  • Loading branch information
jeanbza committed Dec 6, 2018
1 parent d6f8759 commit e948dc9
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Expand Up @@ -185,7 +185,7 @@ hard-to-reproduce Pub/Sub issues.

## v0.25.0

- Added [Code of Conduct](https://github.com/GoogleCloudPlatform/google-cloud-go/blob/master/CODE_OF_CONDUCT.md)
- Added [Code of Conduct](https://github.com/googleapis/google-cloud-go/blob/master/CODE_OF_CONDUCT.md)
- bigtable:
- cbt: Support a GC policy of "never".
- errorreporting:
Expand Down
2 changes: 1 addition & 1 deletion RELEASING.md
Expand Up @@ -44,4 +44,4 @@ Install [releasetool](https://github.com/googleapis/releasetool).
description, copy the changes added to CHANGES.md.


[releases]: https://github.com/GoogleCloudPlatform/google-cloud-go/releases
[releases]: https://github.com/googleapis/google-cloud-go/releases
2 changes: 1 addition & 1 deletion bigquery/value_test.go
Expand Up @@ -730,7 +730,7 @@ func TestValueList(t *testing.T) {
}

// Load truncates, not appends.
// https://github.com/GoogleCloudPlatform/google-cloud-go/issues/437
// https://github.com/googleapis/google-cloud-go/issues/437
if err := vl.Load(want, schema); err != nil {
t.Fatal(err)
}
Expand Down
2 changes: 1 addition & 1 deletion cloud.go
Expand Up @@ -64,7 +64,7 @@ pooled and addressed in a round robin fashion.
Using the Libraries with Docker
Minimal docker images like Alpine lack CA certificates. This causes RPCs to appear to
hang, because gRPC retries indefinitely. See https://github.com/GoogleCloudPlatform/google-cloud-go/issues/928
hang, because gRPC retries indefinitely. See https://github.com/googleapis/google-cloud-go/issues/928
for more information.
Expand Down
2 changes: 1 addition & 1 deletion compute/metadata/metadata.go
Expand Up @@ -137,7 +137,7 @@ func testOnGCE() bool {
resc := make(chan bool, 2)

// Try two strategies in parallel.
// See https://github.com/GoogleCloudPlatform/google-cloud-go/issues/194
// See https://github.com/googleapis/google-cloud-go/issues/194
go func() {
req, _ := http.NewRequest("GET", "http://"+metadataIP, nil)
req.Header.Set("User-Agent", userAgent)
Expand Down
2 changes: 1 addition & 1 deletion httpreplay/cmd/httpr/README.md
Expand Up @@ -20,7 +20,7 @@ turning the integration test into a fast and inexpensive unit test.
First, obtain the `httpr` binary. If you have the Go toolchain, you can run `go
get -u cloud.google.com/go/httpreplay/cmd/httpr`. Otherwise, precompiled
binaries for various architectures and operating systems are available from [the
releases page](https://github.com/GoogleCloudPlatform/google-cloud-go/releases).
releases page](https://github.com/googleapis/google-cloud-go/releases).

### Recording

Expand Down
2 changes: 1 addition & 1 deletion old-news.md
Expand Up @@ -242,7 +242,7 @@ cloud.google.com/go/vision/apiv1 instead.

- trace: several changes to the surface. See the link below.

[Code changes required from v0.9.0.](https://github.com/GoogleCloudPlatform/google-cloud-go/blob/master/MIGRATION.md)
[Code changes required from v0.9.0.](https://github.com/googleapis/google-cloud-go/blob/master/MIGRATION.md)


_March 17, 2017_
Expand Down

0 comments on commit e948dc9

Please sign in to comment.