Skip to content

Commit 4db238d

Browse files
authored
Fix urls from GoogleCloudPlatform org to googleapis org (#3793)
* Fix urls from GoogleCloudPlatform org to googleapis org * Fix typo
1 parent d3427c3 commit 4db238d

4 files changed

Lines changed: 16 additions & 16 deletions

File tree

java-storage-nio/google-cloud-nio-examples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<version>0.66.1-alpha-SNAPSHOT</version><!-- {x-version-update:google-cloud-nio-examples:current} -->
66
<packaging>jar</packaging>
77
<name>Google Cloud NIO Examples</name>
8-
<url>https://github.com/GoogleCloudPlatform/google-cloud-java/tree/master/google-cloud-clients/google-cloud-contrib/google-cloud-nio-examples</url>
8+
<url>https://github.com/googleapis/google-cloud-java/tree/master/google-cloud-clients/google-cloud-contrib/google-cloud-nio-examples</url>
99
<description>
1010
Demonstrates how to use the google-cloud-nio jar to add Google Cloud Storage functionality to legacy code.
1111
</description>

java-storage-nio/google-cloud-nio/README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ for interacting with Google Cloud Storage.
1111
[![Maven](https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-nio.svg)]( https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-nio.svg)
1212
[![Codacy Badge](https://api.codacy.com/project/badge/grade/9da006ad7c3a4fe1abd142e77c003917)](https://www.codacy.com/app/mziccard/google-cloud-java)
1313

14-
- [Homepage](https://googlecloudplatform.github.io/google-cloud-java/)
15-
- [API Documentation](https://googlecloudplatform.github.io/google-cloud-java/apidocs/index.html?com/google/cloud/storage/package-summary.html)
14+
- [Homepage](https://googleapis.github.io/google-cloud-java/)
15+
- [API Documentation](https://googleapis.github.io/google-cloud-java/apidocs/index.html?com/google/cloud/storage/package-summary.html)
1616

1717
> Note: This client is a work-in-progress, and may occasionally
1818
> make backwards-incompatible changes.
@@ -56,7 +56,7 @@ having to modify them.
5656
Authentication
5757
--------------
5858

59-
See the [Authentication](https://github.com/GoogleCloudPlatform/google-cloud-java#authentication)
59+
See the [Authentication](https://github.com/googleapis/google-cloud-java#authentication)
6060
section in the base directory's README.
6161

6262
About Google Cloud Storage
@@ -183,7 +183,7 @@ Contributing
183183
Contributions to this library are always welcome and highly encouraged.
184184

185185
See `google-cloud`'s [CONTRIBUTING] documentation and the
186-
[shared documentation](https://github.com/GoogleCloudPlatform/gcloud-common/blob/master/contributing/readme.md#how-to-contribute-to-gcloud)
186+
[shared documentation](https://github.com/googleapis/google-cloud-common/blob/master/contributing/readme.md#how-to-contribute-to-gcloud)
187187
for more information on how to get started.
188188

189189
Please note that this project is released with a Contributor Code of Conduct.
@@ -196,16 +196,16 @@ License
196196
Apache 2.0 - See [LICENSE] for more information.
197197

198198

199-
[CONTRIBUTING]:https://github.com/GoogleCloudPlatform/google-cloud-java/blob/master/CONTRIBUTING.md
200-
[code-of-conduct]:https://github.com/GoogleCloudPlatform/google-cloud-java/blob/master/CODE_OF_CONDUCT.md#contributor-code-of-conduct
201-
[LICENSE]: https://github.com/GoogleCloudPlatform/google-cloud-java/blob/master/LICENSE
202-
[TESTING]: https://github.com/GoogleCloudPlatform/google-cloud-java/blob/master/TESTING.md#testing-code-that-uses-storage
199+
[CONTRIBUTING]:https://github.com/googleapis/google-cloud-java/blob/master/CONTRIBUTING.md
200+
[code-of-conduct]:https://github.com/googleapis/google-cloud-java/blob/master/CODE_OF_CONDUCT.md#contributor-code-of-conduct
201+
[LICENSE]: https://github.com/googleapis/google-cloud-java/blob/master/LICENSE
202+
[TESTING]: https://github.com/googleapis/google-cloud-java/blob/master/TESTING.md#testing-code-that-uses-storage
203203
[cloud-platform]: https://cloud.google.com/
204204

205205
[cloud-storage]: https://cloud.google.com/storage/
206206
[cloud-storage-docs]: https://cloud.google.com/storage/docs/overview
207207
[cloud-storage-create-bucket]: https://cloud.google.com/storage/docs/cloud-console#_creatingbuckets
208-
[storage-api]: https://googlecloudplatform.github.io/google-cloud-java/apidocs/index.html?com/google/cloud/storage/package-summary.html
208+
[storage-api]: https://googleapis.github.io/google-cloud-java/apidocs/index.html?com/google/cloud/storage/package-summary.html
209209
[cloud-storage-activation]:https://cloud.google.com/storage/docs/signup?hl=en
210210

211211
[java-file-api]: https://docs.oracle.com/javase/7/docs/api/java/nio/file/Files.html

java-storage-nio/google-cloud-nio/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<version>0.66.1-alpha-SNAPSHOT</version><!-- {x-version-update:google-cloud-nio:current} -->
66
<packaging>jar</packaging>
77
<name>Google Cloud NIO</name>
8-
<url>https://github.com/GoogleCloudPlatform/google-cloud-java/tree/master/google-cloud-clients/google-cloud-contrib/google-cloud-nio</url>
8+
<url>https://github.com/googleapis/google-cloud-java/tree/master/google-cloud-clients/google-cloud-contrib/google-cloud-nio</url>
99
<description>
1010
FileSystemProvider for Java NIO to access Google Cloud Storage transparently.
1111
</description>

java-storage-nio/google-cloud-nio/src/main/java/com/google/cloud/storage/contrib/nio/package-info.java

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
* }</pre>
3030
*
3131
* <p>For the complete source code see
32-
* <a href="https://github.com/GoogleCloudPlatform/google-cloud-java/tree/master/google-cloud-examples/src/main/java/com/google/cloud/examples/nio/snippets/ReadAllLines.java">
32+
* <a href="https://github.com/googleapis/google-cloud-java/tree/master/google-cloud-examples/src/main/java/com/google/cloud/examples/nio/snippets/ReadAllLines.java">
3333
* ReadAllLines.java</a>.
3434
*
3535
* <p>If you want to configure the bucket per-environment, it might make more sense to use the
@@ -43,7 +43,7 @@
4343
* }</pre>
4444
*
4545
* <p>For the complete source code see
46-
* <a href="https://github.com/GoogleCloudPlatform/google-cloud-java/tree/master/google-cloud-examples/src/main/java/com/google/cloud/examples/nio/snippets/GetFileSystem.java">
46+
* <a href="https://github.com/googleapis/google-cloud-java/tree/master/google-cloud-examples/src/main/java/com/google/cloud/examples/nio/snippets/GetFileSystem.java">
4747
* GetFileSystem.java</a>.
4848
*
4949
* <p>You can also use {@code InputStream} and {@code OutputStream} for streaming:
@@ -55,7 +55,7 @@
5555
* </pre>
5656
*
5757
* <p>For the complete source code see
58-
* <a href="https://github.com/GoogleCloudPlatform/google-cloud-java/tree/master/google-cloud-examples/src/main/java/com/google/cloud/examples/nio/snippets/CreateInputStream.java">
58+
* <a href="https://github.com/googleapis/google-cloud-java/tree/master/google-cloud-examples/src/main/java/com/google/cloud/examples/nio/snippets/CreateInputStream.java">
5959
* CreateInputStream.java</a>.
6060
*
6161
* <p>You can set various attributes using
@@ -69,7 +69,7 @@
6969
* </pre>
7070
*
7171
* <p>For the complete source code see
72-
* <a href="https://github.com/GoogleCloudPlatform/google-cloud-java/tree/master/google-cloud-examples/src/main/java/com/google/cloud/examples/nio/snippets/WriteFileWithAttributes.java">
72+
* <a href="https://github.com/googleapis/google-cloud-java/tree/master/google-cloud-examples/src/main/java/com/google/cloud/examples/nio/snippets/WriteFileWithAttributes.java">
7373
* WriteFileWithAttributes.java</a>.
7474
*
7575
* <p><b>NOTE:</b> Cloud Storage uses a flat namespace and therefore doesn't support real
@@ -93,7 +93,7 @@
9393
* </pre>
9494
*
9595
* <p>For the complete source code see
96-
* <a href="https://github.com/GoogleCloudPlatform/google-cloud-java/tree/master/google-cloud-examples/src/main/java/com/google/cloud/examples/nio/snippets/CreateCloudStorageFileSystem.java">
96+
* <a href="https://github.com/googleapis/google-cloud-java/tree/master/google-cloud-examples/src/main/java/com/google/cloud/examples/nio/snippets/CreateCloudStorageFileSystem.java">
9797
* CreateCloudStorageFileSystem.java</a>.
9898
*/
9999
@javax.annotation.ParametersAreNonnullByDefault

0 commit comments

Comments
 (0)