@@ -141,8 +141,8 @@ def cli(ctx, project, client_secret, verbose, api_endpoint, credentials):
141
141
@click .option ('--trait' , multiple = True ,
142
142
help = 'Add traits (abilities) that the device supports. Pass '
143
143
'this flag multiple times to create a list of traits. Refer to '
144
- 'https://developers.google.com/assistant/sdk for a list of '
145
- 'supported traits.' )
144
+ 'https://developers.google.com/assistant/sdk/reference/traits/ '
145
+ 'for a list of supported traits.' )
146
146
@click .option ('--manufacturer' , required = True ,
147
147
help = 'Enter the manufacturer\' s name in this field (for '
148
148
'example, "Assistant SDK developer"). This information may be '
@@ -197,8 +197,8 @@ def register(ctx, model, type, trait, manufacturer, product_name, description,
197
197
@click .option ('--trait' , multiple = True ,
198
198
help = 'Add traits (abilities) that the device supports. Pass '
199
199
'this flag multiple times to create a list of traits. Refer to '
200
- 'https://developers.google.com/assistant/sdk for a list of '
201
- 'supported traits.' )
200
+ 'https://developers.google.com/assistant/sdk/reference/traits/ '
201
+ 'for a list of supported traits.' )
202
202
@click .option ('--manufacturer' , required = True ,
203
203
help = 'Enter the manufacturer\' s name in this field (for '
204
204
'example, "Assistant SDK developer"). This information may be '
0 commit comments