File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed
tk_toolchain/cmd_line_tools/tk_docs_generation/sphinx_data Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -32,9 +32,9 @@ def read_file(fname):
3232 name = "tk-toolchain" ,
3333 version = "0.2.1.dev" ,
3434 author = "Autodesk" ,
35- author_email = "https://developer .shotgridsoftware.com" ,
35+ author_email = "https://developers .shotgridsoftware.com" ,
3636 maintainer = "Autodesk" ,
37- maintainer_email = "https://developer .shotgridsoftware.com" ,
37+ maintainer_email = "https://developers .shotgridsoftware.com" ,
3838 license = read_file ("LICENSE" ),
3939 url = "https://github.com/shotgunsoftware/tk-toolchain" ,
4040 description = "Build tools for Shotgrid Toolkit." ,
Original file line number Diff line number Diff line change 2323{% extends "!layout.html" %}
2424
2525{% block sidebartitle %}
26- < a href ='http://developer .shotgridsoftware.com '>
26+ < a href ='http://developers .shotgridsoftware.com '>
2727 {% if project.startswith('tk-') %}
2828 < img style ='width: 191px;
2929 height: 60px;
6969 This documentation is part of the ShotGrid Pipeline Toolkit.
7070 {% endif %}
7171 For more information, please visit
72- < a class =custom_post_menu href ='https://developer .shotgridsoftware.com '> The ShotGrid developer portal.</ a > .
72+ < a class =custom_post_menu href ='https://developers .shotgridsoftware.com '> The ShotGrid developer portal.</ a > .
7373 The code associated with this documentation can be found
7474 < a class =custom_post_menu href ='https://github.com/shotgunsoftware/{{project}} '> here</ a > .
7575
Original file line number Diff line number Diff line change @@ -369,16 +369,16 @@ def setup(app):
369369 "PySide" : ("http://pyside.github.io/docs/pyside/" , None ),
370370 "PySide2" : ("https://doc.qt.io/qtforpython-5" , None ),
371371 "PySide6" : ("https://doc.qt.io/qtforpython-6" , None ),
372- "sgtk" : ("http://developer .shotgridsoftware.com/tk-core/" , None ),
372+ "sgtk" : ("http://developers .shotgridsoftware.com/tk-core/" , None ),
373373 "tk-framework-qtwidgets" : (
374- "http://developer .shotgridsoftware.com/tk-framework-qtwidgets/" ,
374+ "http://developers .shotgridsoftware.com/tk-framework-qtwidgets/" ,
375375 None ,
376376 ),
377377 "tk-framework-shotgunutils" : (
378- "http://developer .shotgridsoftware.com/tk-framework-shotgunutils/" ,
378+ "http://developers .shotgridsoftware.com/tk-framework-shotgunutils/" ,
379379 None ,
380380 ),
381- "shotgun-api3" : ("http://developer .shotgridsoftware.com/python-api" , None ),
381+ "shotgun-api3" : ("http://developers .shotgridsoftware.com/python-api" , None ),
382382}
383383
384384autodoc_member_order = "bysource"
You can’t perform that action at this time.
0 commit comments