Skip to content

Commit c7c3bc7

Browse files
authored
SG-40165 Update Autodesk support URL (#416)
1 parent 5112d08 commit c7c3bc7

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
# Flow Production Tracking Python API
99

10-
Autodesk provides a simple Python-based API for accessing Flow Production Tracking and integrating with other tools. This is the official API that is maintained by Autodesk (https://knowledge.autodesk.com/contact-support)
10+
Autodesk provides a simple Python-based API for accessing Flow Production Tracking and integrating with other tools. This is the official API that is maintained by Autodesk (https://www.autodesk.com/support)
1111

1212
The latest version can always be found at http://github.com/shotgunsoftware/python-api
1313

docs/advanced.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Advanced Topics
55
###############
66

77
Below are some more advanced topics regarding usage of the Python API. If you would like to see
8-
something that's missing here, please feel free to contact support at https://knowledge.autodesk.com/support
8+
something that's missing here, please feel free to contact support at https://www.autodesk.com/support
99
with your suggestions and we'll get it added!
1010

1111
.. toctree::

docs/reference.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -931,7 +931,7 @@ usage.
931931
This **does not** mean your Flow Production Tracking server performance will suffer in general, just any pages that
932932
are specifically displaying EventLogEntries in the web application, or API queries on the event
933933
log that are run. We are always looking for ways to improve this in the future. If you have any
934-
immediate concerns, please `reach out to our support team <https://www.autodesk.com/support/contact-support>`_
934+
immediate concerns, please `reach out to our support team <https://www.autodesk.com/support>`_
935935

936936
*********************
937937
Environment Variables

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
description="Flow Production Tracking Python API",
2525
long_description=readme,
2626
author="Autodesk",
27-
author_email="https://www.autodesk.com/support/contact-support",
27+
author_email="https://www.autodesk.com/support",
2828
url="https://github.com/shotgunsoftware/python-api",
2929
license=license,
3030
packages=find_packages(exclude=("tests",)),

0 commit comments

Comments
 (0)