We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39c5f47 commit 05db3a6Copy full SHA for 05db3a6
src/mock_vws/_requests_mock_server/mock_web_services_api.py
@@ -2,7 +2,7 @@
2
A fake implementation of the Vuforia Web Services API.
3
4
See
5
-https://library.vuforia.com/articles/Solution/How-To-Use-the-Vuforia-Web-Services-API
+https://library.vuforia.com/web-api/cloud-targets-web-services-api
6
"""
7
8
from __future__ import annotations
@@ -540,7 +540,7 @@ def update_target(
540
Update a target.
541
542
Fake implementation of
543
- https://library.vuforia.com/articles/Solution/How-To-Use-the-Vuforia-Web-Services-API.html#How-To-Update-a-Target
+ https://library.vuforia.com/web-api/cloud-targets-web-services-api#update
544
545
try:
546
run_services_validators(
0 commit comments