@@ -216,7 +216,7 @@ In cases where the library may expect a project ID explicitly, we provide a help
216216[ https://github.com/googleapis/google-auth-library-java ] ( https://github.com/googleapis/google-auth-library-java )
217217to authenticate requests. ` google-auth-library-java ` supports a wide range of authentication types;
218218see the project's [ README] ( https://github.com/google/google-auth-library-java/blob/main/README.md )
219- and [ javadoc] ( http ://googleapis.dev /java/google-auth-library/latest/) for more
219+ and [ javadoc] ( https ://cloud.google.com /java/docs/reference/ google-auth-library/latest/overview ) for more
220220details.
221221
222222### Google Cloud Platform environment
@@ -371,7 +371,7 @@ to track its progress.
371371
372372Our generated gRPC clients provide a nice interface for starting the operation and
373373then waiting for the operation to complete. This is accomplished by returning an
374- [`OperationFuture`](https://googleapis.dev /java/gax/latest/index.html? com/ google/ api/ gax/ longrunning/OperationFuture.html ).
374+ [`OperationFuture`](https://cloud.google.com /java/docs/reference/ gax/latest/com. google. api. gax. longrunning.OperationFuture ).
375375When you call `get()` on the `OperationFuture` we poll the operation endpoint to
376376check on the operation. These polling operations have a default timeout that
377377varies from service to service and will throw a `java.util.concurrent.CancellationException`
@@ -523,4 +523,4 @@ Apache 2.0 - See [LICENSE] for more information.
523523[TESTING]: https://github.com/googleapis/google-cloud-java/blob/main/TESTING.md
524524[cloud-platform]: https://cloud.google.com/
525525[cloud-platform-docs]: https://cloud.google.com/docs/
526- [client-lib-docs]: https://googleapis.dev /java/google-cloud-clients/latest/index.html
526+ [client-lib-docs]: https://cloud.google.com /java/docs/reference
0 commit comments