Skip to content

Commit

Permalink
Modifying docs paths.
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesArruda committed Dec 10, 2024
1 parent 120cae4 commit f9a177b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
},
Expand Down
2 changes: 1 addition & 1 deletion docs/source/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit f9a177b

Please sign in to comment.