Skip to content

Commit 05b6621

Browse files
SG-21170-ROUND2 [ZD to AKN] Update links referenced from code to the old support site to point to AKN (#254)
* Replace ZD urls to AKN and developer urls * Update URLs
1 parent 2fd472c commit 05b6621

8 files changed

Lines changed: 8 additions & 8 deletions

File tree

docs/authentication.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,5 +61,5 @@ For Scripts, the default permission role is "API Admin User" which allows full a
6161

6262
When using user-based authentication in your script, it will be bound by the permission role assigned to you in Shotgun. For example, if you don't have access to edit the status field on Shots, your script won't be able to either. Attempting to perform actions that are prohibited by permissions will raise an appropriate exception.
6363

64-
.. seealso:: `Shotgun Support: Permissions <https://support.shotgunsoftware.com/entries/122037-Permissions>`_
64+
.. seealso:: `Shotgun Support: Permissions <https://help.autodesk.com/view/SGSUB/ENU/?guid=SG_Administrator_ar_site_configuration_ar_permissions_html>`_
6565

docs/cookbook.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ need to do.
5252
.. rubric:: Smart Cut Fields
5353

5454
Smart Cut Fields are deprecated in favor of the
55-
`new cut support added in Shotgun v7.0 <https://support.shotgunsoftware.com/hc/en-us/articles/222840748>`_.
55+
`new cut support added in Shotgun v7.0 <https://knowledge.autodesk.com/support/shotgrid/learn-explore/caas/CloudHelp/cloudhelp/ENU/SG-Editorial/files/SG-Editorial-ed-cut-schema-html-html.html>`_.
5656
This documentation remains only to support studios who may not have upgraded to the new cut support
5757
features.
5858

docs/cookbook/examples/ami_handler.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Available as a Gist at https://gist.github.com/3253287
1313

1414
.. seealso::
1515
Our `support site has more information about Action Menu Items
16-
<https://support.shotgunsoftware.com/hc/en-us/articles/219031318>`_.
16+
<https://developer.shotgridsoftware.com/python-api/cookbook/examples/ami_handler.html>`_.
1717

1818
************
1919
GET vs. POST

docs/cookbook/examples/ami_version_packager.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ It is intended to be used in conjunction with the script dicussed in :ref:`ami_h
2323
This example script is meant to be run from an ActionMenuItem in Shotgun. The menu item uses a custom
2424
protocol in order to launch this script, and is followed by the action 'package4client'. So the full
2525
url would be something like launchme://package4client?.... See:
26-
http://support.shotgunsoftware.com/hc/en-us/articles/219031318-Creating-custom-Action-Menu-Items
26+
https://developer.shotgridsoftware.com/python-api/cookbook/examples/ami_handler.html
2727

2828
It uses the example ActionMenu Python class also located in our docs for parsing the ActionMenuItem
2929
POST variables. For more information about it and accessing the variables in the ActionMenuItem POST request,

docs/cookbook/smart_cut_fields.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Smart Cut Fields
66

77
.. warning::
88
Smart Cut Fields should be considered deprecated. Shotgun v7.0, introduced a new version of
9-
cut support. `Read the Cut Support Documentation here <https://support.shotgunsoftware.com/hc/en-us/articles/222840748>`_.
9+
cut support. `Read the Cut Support Documentation here <https://knowledge.autodesk.com/support/shotgrid/learn-explore/caas/CloudHelp/cloudhelp/ENU/SG-Editorial/files/SG-Editorial-ed-cut-schema-html-html.html>`_.
1010

1111
If you want to work with 'smart' cut fields through the API, your script should use a corresponding
1212
'raw' fields for all updates. The 'smart_cut_fields' are primarily for display in the UI, the real

docs/cookbook/tasks/task_dependencies.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Task Dependencies
77
Task dependencies work the same way in the API as they do in the UI. You can filter and sort on
88
any of the fields. For information about Task Dependencies in Shotgun, check out the `main
99
documentation page on our support site
10-
<https://support.shotgunsoftware.com/hc/en-us/articles/219031228>`_
10+
<https://help.autodesk.com/view/SGSUB/ENU/?guid=SG_Producer_pr_scheduling_tasks_pr_gantt_chart_tasks_html>`_
1111

1212
************
1313
Create Tasks

docs/reference.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -902,7 +902,7 @@ usage.
902902
This **does not** mean your Shotgun server performance will suffer in general, just any pages that
903903
are specifically displaying EventLogEntries in the web application, or API queries on the event
904904
log that are run. We are always looking for ways to improve this in the future. If you have any
905-
immediate concerns, please `reach out to our support team <https://support.shotgunsoftware.com>`_
905+
immediate concerns, please `reach out to our support team <https://developer.shotgridsoftware.com>`_
906906

907907
*********************
908908
Environment Variables

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
description='Shotgun Python API ',
3232
long_description=readme,
3333
author='Shotgun Software',
34-
author_email='https://support.shotgunsoftware.com',
34+
author_email='https://developer.shotgridsoftware.com',
3535
url='https://github.com/shotgunsoftware/python-api',
3636
license=license,
3737
packages=find_packages(exclude=('tests',)),

0 commit comments

Comments
 (0)