Skip to content
This repository was archived by the owner on Aug 25, 2022. It is now read-only.

Commit ffd047b

Browse files
authored
fix links to enable api in constructor (googleapis#2055)
1 parent ac98f7c commit ffd047b

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

google-cloud-dialogflow/lib/google/cloud/dialogflow.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ module Cloud
3333
#
3434
# 1. [Select or create a Cloud Platform project.](https://console.cloud.google.com/project)
3535
# 2. [Enable billing for your project.](https://cloud.google.com/billing/docs/how-to/modify-project#enable_billing_for_a_project)
36-
# 3. [Enable the Dialogflow API.](https://console.cloud.google.com/apis/api/dialogflow)
36+
# 3. [Enable the Dialogflow API.](https://console.cloud.google.com/apis/library/dialogflow.googleapis.com)
3737
# 4. [Setup Authentication.](https://googlecloudplatform.github.io/google-cloud-ruby/#/docs/google-cloud/master/guides/authentication)
3838
#
3939
# ### Next Steps

google-cloud-dialogflow/lib/google/cloud/dialogflow/v2.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ module Cloud
4141
#
4242
# 1. [Select or create a Cloud Platform project.](https://console.cloud.google.com/project)
4343
# 2. [Enable billing for your project.](https://cloud.google.com/billing/docs/how-to/modify-project#enable_billing_for_a_project)
44-
# 3. [Enable the Dialogflow API.](https://console.cloud.google.com/apis/api/dialogflow)
44+
# 3. [Enable the Dialogflow API.](https://console.cloud.google.com/apis/library/dialogflow.googleapis.com)
4545
# 4. [Setup Authentication.](https://googlecloudplatform.github.io/google-cloud-ruby/#/docs/google-cloud/master/guides/authentication)
4646
#
4747
# ### Next Steps

google-cloud-dialogflow/lib/google/cloud/dialogflow/v2/doc/overview.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ module Cloud
3030
#
3131
# 1. [Select or create a Cloud Platform project.](https://console.cloud.google.com/project)
3232
# 2. [Enable billing for your project.](https://cloud.google.com/billing/docs/how-to/modify-project#enable_billing_for_a_project)
33-
# 3. [Enable the Dialogflow API.](https://console.cloud.google.com/apis/api/dialogflow)
33+
# 3. [Enable the Dialogflow API.](https://console.cloud.google.com/apis/library/dialogflow.googleapis.com)
3434
# 4. [Setup Authentication.](https://googlecloudplatform.github.io/google-cloud-ruby/#/docs/google-cloud/master/guides/authentication)
3535
#
3636
# ### Installation

0 commit comments

Comments
 (0)