Skip to content

Commit cbdbd4b

Browse files
authored
Update documentation urls (#53)
* New url should be `developers.shotgridsoftware.com`
1 parent de04e56 commit cbdbd4b

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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.",

tk_toolchain/cmd_line_tools/tk_docs_generation/sphinx_data/_templates/layout.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
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;
@@ -69,7 +69,7 @@
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

tk_toolchain/cmd_line_tools/tk_docs_generation/sphinx_data/conf.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

384384
autodoc_member_order = "bysource"

0 commit comments

Comments
 (0)