Skip to content

Commit 1a3549d

Browse files
authored
Fix urls from GoogleCloudPlatform org to googleapis org (googleapis#3793)
* Fix urls from GoogleCloudPlatform org to googleapis org * Fix typo
1 parent b5863ae commit 1a3549d

113 files changed

Lines changed: 423 additions & 423 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CONTRIBUTING.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,18 +19,18 @@ Maven 3.0+ is required.
1919

2020
When downloading the source, we recommend you obtain service account credentials.
2121
These credentials will allow you to run integration tests using `mvn verify` in command line.
22-
Follow step 2 of the [authentication instructions](https://github.com/GoogleCloudPlatform/google-cloud-java#authentication) to generate and use JSON service account credentials.
22+
Follow step 2 of the [authentication instructions](https://github.com/googleapis/google-cloud-java#authentication) to generate and use JSON service account credentials.
2323

2424
It's also important to test that changes don't break compatibility with App/Compute Engine and when running elsewhere.
25-
To run tests on different platforms, try deploying the apps available on the [google-cloud-examples](https://github.com/GoogleCloudPlatform/google-cloud-examples) repository.
25+
To run tests on different platforms, try deploying the apps available on the [google-cloud-examples](https://github.com/googleapis/google-cloud-examples) repository.
2626
End-to-end tests should ensure that google-cloud-java works when running on the
2727

2828
* App Engine production environment (see the docs for [uploading your app to production App Engine](https://cloud.google.com/appengine/docs/java/tools/maven#uploading_your_app_to_production_app_engine))
2929
* App Engine development server (see the docs for [testing your app with the development server](https://cloud.google.com/appengine/docs/java/tools/maven#testing_your_app_with_the_development_server))
30-
* Compute Engine (see the [Getting Started Guide](https://cloud.google.com/compute/docs/quickstart), and be sure to [enable the appropriate APIs](https://github.com/GoogleCloudPlatform/gcloud-common/tree/master/authentication#on-google-compute-engine))
30+
* Compute Engine (see the [Getting Started Guide](https://cloud.google.com/compute/docs/quickstart), and be sure to [enable the appropriate APIs](https://github.com/googleapis/google-cloud-common/tree/master/authentication#on-google-compute-engine))
3131
* Your desktop (using `mvn exec:java`, for example)
3232

33-
When changes are made to authentication and project ID-related code, authentication and project ID inference should be tested using all relevant methods detailed in the [authentication docs](https://github.com/GoogleCloudPlatform/google-cloud-java#authentication) and [project ID docs](https://github.com/GoogleCloudPlatform/google-cloud-java#specifying-a-project-id).
33+
When changes are made to authentication and project ID-related code, authentication and project ID inference should be tested using all relevant methods detailed in the [authentication docs](https://github.com/googleapis/google-cloud-java#authentication) and [project ID docs](https://github.com/googleapis/google-cloud-java#specifying-a-project-id).
3434

3535
Known issue: If you have installed the Google Cloud SDK, be sure to log in (using `gcloud auth login`) before running tests. Though the Datastore tests use a local Datastore emulator that doesn't require authentication, they will not run if you have the Google Cloud SDK installed but aren't authenticated.
3636

@@ -75,4 +75,4 @@ Please note that this project is released with a Contributor Code of Conduct. By
7575
[gcloudcli]: https://developers.google.com/cloud/sdk/gcloud/
7676
[indvcla]: https://developers.google.com/open-source/cla/individual
7777
[corpcla]: https://developers.google.com/open-source/cla/corporate
78-
[code-of-conduct]:https://github.com/GoogleCloudPlatform/google-cloud-java/blob/master/CODE_OF_CONDUCT.md
78+
[code-of-conduct]:https://github.com/googleapis/google-cloud-java/blob/master/CODE_OF_CONDUCT.md

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ details.
132132

133133
To access Google Cloud services, you first need to ensure that the necessary Google Cloud APIs are
134134
enabled for your project. To do this, follow the instructions on the
135-
[authentication document](https://github.com/GoogleCloudPlatform/gcloud-common/blob/master/authentication/readme.md#authentication)
135+
[authentication document](https://github.com/googleapis/google-cloud-common/blob/master/authentication/readme.md#authentication)
136136
shared by all the Google Cloud language libraries.
137137

138138
Next, choose a method for authenticating API requests from within your project:
@@ -184,7 +184,7 @@ Credentials in the following locations (in order):
184184
Troubleshooting
185185
---------------
186186
187-
To get help, follow the instructions in the [Troubleshooting document](https://github.com/GoogleCloudPlatform/google-cloud-java/blob/master/TROUBLESHOOTING.md).
187+
To get help, follow the instructions in the [Troubleshooting document](https://github.com/googleapis/google-cloud-java/blob/master/TROUBLESHOOTING.md).
188188
189189
Using a proxy
190190
-------------
@@ -342,7 +342,7 @@ Contributing
342342
343343
Contributions to this library are always welcome and highly encouraged.
344344
345-
See `google-cloud`'s [CONTRIBUTING] documentation and the [shared documentation](https://github.com/GoogleCloudPlatform/gcloud-common/blob/master/contributing/readme.md#how-to-contribute-to-gcloud) for more information on how to get started.
345+
See `google-cloud`'s [CONTRIBUTING] documentation and the [shared documentation](https://github.com/googleapis/google-cloud-common/blob/master/contributing/readme.md#how-to-contribute-to-gcloud) for more information on how to get started.
346346
347347
Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms. See [Code of Conduct][code-of-conduct] for more information.
348348
@@ -352,12 +352,12 @@ License
352352
Apache 2.0 - See [LICENSE] for more information.
353353
354354
355-
[CONTRIBUTING]:https://github.com/GoogleCloudPlatform/google-cloud-java/blob/master/CONTRIBUTING.md
356-
[code-of-conduct]:https://github.com/GoogleCloudPlatform/google-cloud-java/blob/master/CODE_OF_CONDUCT.md#contributor-code-of-conduct
357-
[LICENSE]: https://github.com/GoogleCloudPlatform/google-cloud-java/blob/master/LICENSE
358-
[TESTING]: https://github.com/GoogleCloudPlatform/google-cloud-java/blob/master/TESTING.md
355+
[CONTRIBUTING]:https://github.com/googleapis/google-cloud-java/blob/master/CONTRIBUTING.md
356+
[code-of-conduct]:https://github.com/googleapis/google-cloud-java/blob/master/CODE_OF_CONDUCT.md#contributor-code-of-conduct
357+
[LICENSE]: https://github.com/googleapis/google-cloud-java/blob/master/LICENSE
358+
[TESTING]: https://github.com/googleapis/google-cloud-java/blob/master/TESTING.md
359359
360360
[cloud-platform]: https://cloud.google.com/
361361
[cloud-platform-docs]: https://cloud.google.com/docs/
362-
[client-lib-docs]: https://googlecloudplatform.github.io/google-cloud-java/google-cloud-clients/apidocs/index.html
362+
[client-lib-docs]: https://googleapis.github.io/google-cloud-java/google-cloud-clients/apidocs/index.html
363363

RELEASING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,4 +129,4 @@ To push a release version
129129
Improvements
130130
============
131131

132-
Automatic tagging is not currently implemented, though it was discussed in [#119](https://github.com/GoogleCloudPlatform/google-cloud-java/pull/119). If the version updates continue to be manual, a one-line git tag command can be added to `after_success.sh` to correctly tag releases. However, automatically creating useful annotations for this tag will be difficult. Also, if the release process becomes fully automated, tagging becomes a harder problem, as mentioned in that issue.
132+
Automatic tagging is not currently implemented, though it was discussed in [#119](https://github.com/googleapis/google-cloud-java/pull/119). If the version updates continue to be manual, a one-line git tag command can be added to `after_success.sh` to correctly tag releases. However, automatically creating useful annotations for this tag will be difficult. Also, if the release process becomes fully automated, tagging becomes a harder problem, as mentioned in that issue.

0 commit comments

Comments
 (0)