Skip to content

Commit b0edf76

Browse files
Benjamin E. Coecallmehiphop
authored andcommitted
docs: fix docs 404 in samples/docs (#316)
1 parent d322dd7 commit b0edf76

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dialogflow/detect.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@ const cli = require(`yargs`)
394394
.wrap(120)
395395
.recommendCommands()
396396
.epilogue(
397-
`For more information, see https://cloud.google.com/conversation/docs`
397+
`For more information, see https://cloud.google.com/dialogflow-enterprise/docs`
398398
)
399399
.help()
400400
.strict();

dialogflow/detect.v2beta1.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -754,7 +754,7 @@ const cli = require(`yargs`)
754754
.wrap(120)
755755
.recommendCommands()
756756
.epilogue(
757-
`For more information, see https://cloud.google.com/conversation/docs`
757+
`For more information, see https://cloud.google.com/dialogflow-enterprise/docs`
758758
)
759759
.help()
760760
.strict();

dialogflow/resource.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -844,7 +844,7 @@ const cli = require(`yargs`)
844844
.wrap(120)
845845
.recommendCommands()
846846
.epilogue(
847-
`For more information, see https://cloud.google.com/conversation/docs`
847+
`For more information, see https://cloud.google.com/dialogflow-enterprise/docs`
848848
)
849849
.help()
850850
.strict();

0 commit comments

Comments
 (0)