Skip to content

Commit 05db3a6

Browse files
committed
Update more Vuforia links
1 parent 39c5f47 commit 05db3a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/mock_vws/_requests_mock_server/mock_web_services_api.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
A fake implementation of the Vuforia Web Services API.
33
44
See
5-
https://library.vuforia.com/articles/Solution/How-To-Use-the-Vuforia-Web-Services-API
5+
https://library.vuforia.com/web-api/cloud-targets-web-services-api
66
"""
77

88
from __future__ import annotations
@@ -540,7 +540,7 @@ def update_target(
540540
Update a target.
541541
542542
Fake implementation of
543-
https://library.vuforia.com/articles/Solution/How-To-Use-the-Vuforia-Web-Services-API.html#How-To-Update-a-Target
543+
https://library.vuforia.com/web-api/cloud-targets-web-services-api#update
544544
"""
545545
try:
546546
run_services_validators(

0 commit comments

Comments
 (0)