Skip to content

Commit 252435c

Browse files
committed
Fix linkcheck builder
1 parent 1ab0e7c commit 252435c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/vws/vws.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -160,16 +160,16 @@ def make_request(
160160
"""
161161
Make a request to the Vuforia Target API.
162162
163-
This uses `requests` to make a request against https://vws.vuforia.com.
163+
This uses `requests` to make a request against Vuforia.
164164
The content type of the request will be `application/json`.
165165
166166
Args:
167167
method: The HTTP method which will be used in the request.
168168
data: The request body which will be used in the request.
169169
request_path: The path to the endpoint which will be used in the
170170
request.
171-
expected_result_code: See
172-
https://developer.vuforia.com/library/web-api/cloud-targets-web-services-api#result-codes
171+
expected_result_code: See "VWS API Result Codes" on
172+
https://developer.vuforia.com/library/web-api/cloud-targets-web-services-api.
173173
174174
Returns:
175175
The response to the request made by `requests`.

0 commit comments

Comments
 (0)