README.md in google-cloud-video-transcoder-v1-0.7.0 vs README.md in google-cloud-video-transcoder-v1-0.8.0
- old
+ new
@@ -1,8 +1,8 @@
# Ruby Client for the Transcoder V1 API
-This API converts video files into formats suitable for consumer distribution. For more information, see the <a href="https://cloud.google.com/transcoder/docs/concepts/overview">Transcoder API overview</a>.
+This API converts video files into formats suitable for consumer distribution. For more information, see the Transcoder API overview.
The Transcoder API allows you to convert video files and package them for optimized delivery to web, mobile and connected TVs.
https://github.com/googleapis/google-cloud-ruby
@@ -45,10 +45,10 @@
## Enabling Logging
To enable logging for this library, set the logger for the underlying [gRPC](https://github.com/grpc/grpc/tree/master/src/ruby) library.
The logger that you set may be a Ruby stdlib [`Logger`](https://ruby-doc.org/current/stdlibs/logger/Logger.html) as shown below,
-or a [`Google::Cloud::Logging::Logger`](https://googleapis.dev/ruby/google-cloud-logging/latest)
+or a [`Google::Cloud::Logging::Logger`](https://cloud.google.com/ruby/docs/reference/google-cloud-logging/latest)
that will write logs to [Cloud Logging](https://cloud.google.com/logging/). See [grpc/logconfig.rb](https://github.com/grpc/grpc/blob/master/src/ruby/lib/grpc/logconfig.rb)
and the gRPC [spec_helper.rb](https://github.com/grpc/grpc/blob/master/src/ruby/spec/spec_helper.rb) for additional information.
Configuring a Ruby stdlib logger: