File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -394,7 +394,7 @@ const cli = require(`yargs`)
394
394
. wrap ( 120 )
395
395
. recommendCommands ( )
396
396
. epilogue (
397
- `For more information, see https://cloud.google.com/conversation /docs`
397
+ `For more information, see https://cloud.google.com/dialogflow-enterprise /docs`
398
398
)
399
399
. help ( )
400
400
. strict ( ) ;
Original file line number Diff line number Diff line change @@ -754,7 +754,7 @@ const cli = require(`yargs`)
754
754
. wrap ( 120 )
755
755
. recommendCommands ( )
756
756
. epilogue (
757
- `For more information, see https://cloud.google.com/conversation /docs`
757
+ `For more information, see https://cloud.google.com/dialogflow-enterprise /docs`
758
758
)
759
759
. help ( )
760
760
. strict ( ) ;
Original file line number Diff line number Diff line change @@ -844,7 +844,7 @@ const cli = require(`yargs`)
844
844
. wrap ( 120 )
845
845
. recommendCommands ( )
846
846
. epilogue (
847
- `For more information, see https://cloud.google.com/conversation /docs`
847
+ `For more information, see https://cloud.google.com/dialogflow-enterprise /docs`
848
848
)
849
849
. help ( )
850
850
. strict ( ) ;
You can’t perform that action at this time.
0 commit comments