Skip to content

Commit ab63c11

Browse files
authored
chore: update links (#26)
1 parent 89e543e commit ab63c11

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -186,12 +186,12 @@ h.to_hist()
186186
## Getting help
187187

188188
- `cuda-histogram`'s code is hosted on
189-
[GitHub](https://github.com/Saransh-cpp/cuda-histogram).
189+
[GitHub](https://github.com/scikit-hep/cuda-histogram).
190190
- If something is not working the way it should, or if you want to request a new
191191
feature, create a new
192-
[issue](https://github.com/Saransh-cpp/cuda-histogram/issues) on GitHub.
192+
[issue](https://github.com/scikit-hep/cuda-histogram/issues) on GitHub.
193193
- To discuss something related to `cuda-histogram`, use the
194-
[discussions](https://github.com/Saransh-cpp/cuda-histogram/discussions/) tab
194+
[discussions](https://github.com/scikit-hep/cuda-histogram/discussions/) tab
195195
on GitHub.
196196

197197
## Contributing
@@ -212,14 +212,14 @@ the authors and do not necessarily reflect the views of the National Science
212212
Foundation.
213213

214214
<!-- prettier-ignore-start -->
215-
[actions-badge]: https://github.com/Saransh-cpp/cuda-histogram/workflows/CI/badge.svg
216-
[actions-link]: https://github.com/Saransh-cpp/cuda-histogram/actions
215+
[actions-badge]: https://github.com/scikit-hep/cuda-histogram/workflows/CI/badge.svg
216+
[actions-link]: https://github.com/scikit-hep/cuda-histogram/actions
217217
[codecov-badge]: https://codecov.io/gh/Saransh-cpp/cuda-histogram/branch/main/graph/badge.svg?token=YBv60ueORQ
218218
[codecov-link]: https://codecov.io/gh/Saransh-cpp/cuda-histogram
219219
[conda-version]: https://img.shields.io/conda/vn/Saransh-cpp/cuda-histogram.svg
220-
[conda-link]: https://github.com/Saransh-cpp/cuda-histogram
220+
[conda-link]: https://github.com/scikit-hep/cuda-histogram
221221
[github-discussions-badge]: https://img.shields.io/static/v1?label=Discussions&message=Ask&color=blue&logo=github
222-
[github-discussions-link]: https://github.com/Saransh-cpp/cuda-histogram/discussions
222+
[github-discussions-link]: https://github.com/scikit-hep/cuda-histogram/discussions
223223
[license-badge]: https://img.shields.io/badge/License-BSD_3--Clause-blue.svg
224224
[license-link]: https://opensource.org/licenses/BSD-3-Clause
225225
[pre-commit-badge]: https://results.pre-commit.ci/badge/github/Saransh-cpp/cuda-histogram/main.svg

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,10 @@ docs = [
5858
]
5959

6060
[project.urls]
61-
Homepage = "https://github.com/Saransh-cpp/cuda-histogram"
62-
"Bug Tracker" = "https://github.com/Saransh-cpp/cuda-histogram/issues"
63-
Discussions = "https://github.com/Saransh-cpp/cuda-histogram/discussions"
64-
Changelog = "https://github.com/Saransh-cpp/cuda-histogram/releases"
61+
Homepage = "https://github.com/scikit-hep/cuda-histogram"
62+
"Bug Tracker" = "https://github.com/scikit-hep/cuda-histogram/issues"
63+
Discussions = "https://github.com/scikit-hep/cuda-histogram/discussions"
64+
Changelog = "https://github.com/scikit-hep/cuda-histogram/releases"
6565

6666

6767
[tool.hatch]

0 commit comments

Comments
 (0)