Skip to content
This repository was archived by the owner on Oct 19, 2023. It is now read-only.

Commit 4652ccd

Browse files
author
Nick Cook
committed
Add public URL for traits reference.
Bug: 68002870 Change-Id: Iad5a82ebd67d3c7c7808811859d53c92f696b173
1 parent b7fef94 commit 4652ccd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

google-assistant-sdk/googlesamples/assistant/grpc/devicetool.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,8 @@ def cli(ctx, project, client_secret, verbose, api_endpoint, credentials):
141141
@click.option('--trait', multiple=True,
142142
help='Add traits (abilities) that the device supports. Pass '
143143
'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.')
146146
@click.option('--manufacturer', required=True,
147147
help='Enter the manufacturer\'s name in this field (for '
148148
'example, "Assistant SDK developer"). This information may be '
@@ -197,8 +197,8 @@ def register(ctx, model, type, trait, manufacturer, product_name, description,
197197
@click.option('--trait', multiple=True,
198198
help='Add traits (abilities) that the device supports. Pass '
199199
'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.')
202202
@click.option('--manufacturer', required=True,
203203
help='Enter the manufacturer\'s name in this field (for '
204204
'example, "Assistant SDK developer"). This information may be '

0 commit comments

Comments
 (0)