Skip to content

Commit af92d9e

Browse files
Merge pull request #980 from VWS-Python/vuforia-library-links
Update vuforia library links
2 parents e0439ce + a98a14c commit af92d9e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/vws_auth_tools/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def rfc_1123_date() -> str:
1717
"""Return the date formatted as per RFC 2616, section 3.3.1, rfc1123-date.
1818
1919
This is the date needed by the VWS API, as described in
20-
https://library.vuforia.com/articles/Training/Using-the-VWS-API.
20+
https://developer.vuforia.com/library/web-api/vuforia-web-api-authentication.
2121
"""
2222
return email.utils.formatdate(None, localtime=False, usegmt=True)
2323

@@ -36,7 +36,7 @@ def authorization_header(
3636
This can be used for a request made to the VWS API with the given
3737
attributes.
3838
39-
See https://library.vuforia.com/articles/Training/Using-the-VWS-API.
39+
See https://developer.vuforia.com/library/web-api/vuforia-web-api-authentication.
4040
4141
Args:
4242
access_key: A VWS server or client access key.

tests/test_vws_auth_tools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
def test_rfc_1123_date() -> None:
1111
"""The date is returned in the format described in the VWS documentation.
1212
13-
See https://library.vuforia.com/articles/Training/Using-the-VWS-API:
13+
See https://developer.vuforia.com/library/web-api/vuforia-web-api-authentication:
1414
1515
```
1616
Date: This is the current date per RFC 2616, section 3.3.1, rfc1123-date

0 commit comments

Comments
 (0)