From 7b45a466e077428c5ea0cc8655ff1c37f120841d Mon Sep 17 00:00:00 2001 From: Shayna Duguid Date: Thu, 31 Aug 2023 12:27:01 -0400 Subject: [PATCH] SG-30321 - updates to links --- docs/reference.rst | 2 +- setup.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/reference.rst b/docs/reference.rst index 90c52316..e6f705ed 100644 --- a/docs/reference.rst +++ b/docs/reference.rst @@ -919,7 +919,7 @@ usage. This **does not** mean your ShotGrid server performance will suffer in general, just any pages that are specifically displaying EventLogEntries in the web application, or API queries on the event log that are run. We are always looking for ways to improve this in the future. If you have any -immediate concerns, please `reach out to our support team `_ +immediate concerns, please `reach out to our support team `_ ********************* Environment Variables diff --git a/setup.py b/setup.py index 37b56dba..12e5e620 100644 --- a/setup.py +++ b/setup.py @@ -30,8 +30,8 @@ version='3.3.6', description='Shotgun Python API ', long_description=readme, - author='Shotgun Software', - author_email='https://developer.shotgridsoftware.com', + author='ShotGrid Software', + author_email='https://www.autodesk.com/support/contact-support', url='https://github.com/shotgunsoftware/python-api', license=license, packages=find_packages(exclude=('tests',)),