Skip to content

Commit e374e87

Browse files
committed
Progress towards adding links in all descriptions
1 parent b0c7ea9 commit e374e87

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/vws/vws.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ def get_target_record(self, target_id: str) -> Dict[str, Union[str, int]]:
181181
Get a given target's target record from the Target Management System.
182182
183183
See
184-
https://library.vuforia.com/articles/Solution/How-To-Use-the-Vuforia-Web-Services-API#How-To-Add-a-Target.
184+
https://library.vuforia.com/articles/Solution/How-To-Use-the-Vuforia-Web-Services-API#How-To-Retrieve-a-Target-Record.
185185
186186
Args:
187187
target_id: The ID of the target to get details of.
@@ -232,6 +232,9 @@ def list_targets(self) -> List[str]:
232232
"""
233233
List target IDs.
234234
235+
See
236+
https://library.vuforia.com/articles/Solution/How-To-Use-the-Vuforia-Web-Services-API#How-To-Get-a-Target-List-for-a-Cloud-Database.
237+
235238
Returns:
236239
The IDs of all targets in the database.
237240
"""

0 commit comments

Comments
 (0)