Skip to content

Commit

Permalink
docs: fix docs 404 in samples/docs (#316)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoe authored and callmehiphop committed Apr 3, 2019
1 parent 94b849b commit 3a9ea73
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dialogflow/detect.js
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ const cli = require(`yargs`)
.wrap(120)
.recommendCommands()
.epilogue(
`For more information, see https://cloud.google.com/conversation/docs`
`For more information, see https://cloud.google.com/dialogflow-enterprise/docs`
)
.help()
.strict();
Expand Down
2 changes: 1 addition & 1 deletion dialogflow/detect.v2beta1.js
Original file line number Diff line number Diff line change
Expand Up @@ -754,7 +754,7 @@ const cli = require(`yargs`)
.wrap(120)
.recommendCommands()
.epilogue(
`For more information, see https://cloud.google.com/conversation/docs`
`For more information, see https://cloud.google.com/dialogflow-enterprise/docs`
)
.help()
.strict();
Expand Down
2 changes: 1 addition & 1 deletion dialogflow/resource.js
Original file line number Diff line number Diff line change
Expand Up @@ -844,7 +844,7 @@ const cli = require(`yargs`)
.wrap(120)
.recommendCommands()
.epilogue(
`For more information, see https://cloud.google.com/conversation/docs`
`For more information, see https://cloud.google.com/dialogflow-enterprise/docs`
)
.help()
.strict();
Expand Down

0 comments on commit 3a9ea73

Please sign in to comment.