Skip to content

Commit

Permalink
fix: point to correct api documentation (googleapis#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
frankyn committed Mar 27, 2020
1 parent ba96003 commit 43675b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -11,7 +11,7 @@ for interacting with Google Cloud Storage.
[![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)
[![Codacy Badge](https://api.codacy.com/project/badge/grade/9da006ad7c3a4fe1abd142e77c003917)](https://www.codacy.com/app/mziccard/google-cloud-java)

- [API Documentation](https://googleapis.dev/java/google-cloud-clients/latest/index.html?com/google/cloud/storage/contrib/nio/package-summary.html)
- [API Documentation](https://googleapis.dev/java/google-cloud-nio/latest/index.html)

> Note: This client is a work-in-progress, and may occasionally
> make backwards-incompatible changes.
Expand Down Expand Up @@ -223,7 +223,7 @@ Apache 2.0 - See [LICENSE] for more information.
[cloud-storage]: https://cloud.google.com/storage/
[cloud-storage-docs]: https://cloud.google.com/storage/docs/overview
[cloud-storage-create-bucket]: https://cloud.google.com/storage/docs/cloud-console#_creatingbuckets
[storage-api]: https://googleapis.dev/java/google-cloud-clients/latest/index.html?com/google/cloud/storage/package-summary.html
[storage-api]: https://googleapis.dev/java/google-cloud-storage/latest/index.html
[cloud-storage-activation]:https://cloud.google.com/storage/docs/signup?hl=en

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

0 comments on commit 43675b6

Please sign in to comment.