lib/google-cloud-bigquery.rb in google-cloud-bigquery-1.7.1 vs lib/google-cloud-bigquery.rb in google-cloud-bigquery-1.8.0
- old
+ new
@@ -27,12 +27,12 @@
module Cloud
##
# Creates a new object for connecting to the BigQuery service.
# Each call creates a new connection.
#
- # For more information on connecting to Google Cloud see the [Authentication
- # Guide](https://googlecloudplatform.github.io/google-cloud-ruby/#/docs/guides/authentication).
+ # For more information on connecting to Google Cloud see the
+ # {file:AUTHENTICATION.md Authentication Guide}.
#
# @param [String, Array<String>] scope The OAuth 2.0 scopes controlling the
# set of resources and operations that the connection can access. See
# [Using OAuth 2.0 to Access Google
# APIs](https://developers.google.com/identity/protocols/OAuth2).
@@ -72,11 +72,11 @@
##
# Creates a new `Project` instance connected to the BigQuery service.
# Each call creates a new connection.
#
- # For more information on connecting to Google Cloud see the [Authentication
- # Guide](https://googlecloudplatform.github.io/google-cloud-ruby/#/docs/guides/authentication).
+ # For more information on connecting to Google Cloud see the
+ # {file:AUTHENTICATION.md Authentication Guide}.
#
# @param [String] project_id Identifier for a BigQuery project. If not
# present, the default project for the credentials is used.
# @param [String, Hash, Google::Auth::Credentials] credentials The path to
# the keyfile as a String, the contents of the keyfile as a Hash, or a