diff --git a/README.md b/README.md index db02cbd..719b8e7 100644 --- a/README.md +++ b/README.md @@ -85,4 +85,4 @@ For information on how to style your code, see the [Style Guide][style-guide]. [style-guide]: ./STYLE_GUIDE.md [simpy-docs]: https://simpy.readthedocs.io/en/latest/ [simpy-repo]: https://gitlab.com/team-simpy/simpy/ -[upstage-docs]: https://JamesArruda.github.io/upstage +[upstage-docs]: https://gtri.github.io/upstage diff --git a/docs/source/conf.py b/docs/source/conf.py index 38ec0fb..e582abb 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -74,7 +74,7 @@ "icon_links": [ { "name": "GitHub", - "url": "https://github.com/JamesArruda/upstage/", + "url": "https://github.com/gtri/upstage/", "icon": "fa-brands fa-square-github", "type": "fontawesome", }, diff --git a/docs/source/index.md b/docs/source/index.md index f169d6a..82e9de7 100644 --- a/docs/source/index.md +++ b/docs/source/index.md @@ -79,7 +79,7 @@ user_guide/index ## Contributing -To contribute to UPSTAGE, or to learn the steps for building documentation and running tests, see [CONTRIBUTING.MD](https://github.com/JamesArruda/upstage/blob/main/CONTRIBUTING.md)) +To contribute to UPSTAGE, or to learn the steps for building documentation and running tests, see [CONTRIBUTING.MD](https://github.com/gtri/upstage/blob/main/CONTRIBUTING.md)) ## License and Attribution diff --git a/pyproject.toml b/pyproject.toml index 133ba32..2395d31 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -60,9 +60,9 @@ optional-dependencies.test = [ "pytest-json-report", "pytest-xdist", ] -urls."Bug Tracker" = "https://github.com/JamesArruda/upstage/issues" -urls.Documentation = "https://JamesArruda.github.io/upstage" -urls."Source" = "https://github.com/JamesArruda/upstage" +urls."Bug Tracker" = "https://github.com/gtri/upstage/issues" +urls.Documentation = "https://gtri.github.io/upstage" +urls."Source" = "https://github.com/gtri/upstage" [tool.flit.sdist] exclude = [