Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update links #26

Merged
merged 1 commit into from
Aug 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,12 +186,12 @@ h.to_hist()
## Getting help

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

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

<!-- prettier-ignore-start -->
[actions-badge]: https://github.com/Saransh-cpp/cuda-histogram/workflows/CI/badge.svg
[actions-link]: https://github.com/Saransh-cpp/cuda-histogram/actions
[actions-badge]: https://github.com/scikit-hep/cuda-histogram/workflows/CI/badge.svg
[actions-link]: https://github.com/scikit-hep/cuda-histogram/actions
[codecov-badge]: https://codecov.io/gh/Saransh-cpp/cuda-histogram/branch/main/graph/badge.svg?token=YBv60ueORQ
[codecov-link]: https://codecov.io/gh/Saransh-cpp/cuda-histogram
[conda-version]: https://img.shields.io/conda/vn/Saransh-cpp/cuda-histogram.svg
[conda-link]: https://github.com/Saransh-cpp/cuda-histogram
[conda-link]: https://github.com/scikit-hep/cuda-histogram
[github-discussions-badge]: https://img.shields.io/static/v1?label=Discussions&message=Ask&color=blue&logo=github
[github-discussions-link]: https://github.com/Saransh-cpp/cuda-histogram/discussions
[github-discussions-link]: https://github.com/scikit-hep/cuda-histogram/discussions
[license-badge]: https://img.shields.io/badge/License-BSD_3--Clause-blue.svg
[license-link]: https://opensource.org/licenses/BSD-3-Clause
[pre-commit-badge]: https://results.pre-commit.ci/badge/github/Saransh-cpp/cuda-histogram/main.svg
Expand Down
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,10 @@ docs = [
]

[project.urls]
Homepage = "https://github.com/Saransh-cpp/cuda-histogram"
"Bug Tracker" = "https://github.com/Saransh-cpp/cuda-histogram/issues"
Discussions = "https://github.com/Saransh-cpp/cuda-histogram/discussions"
Changelog = "https://github.com/Saransh-cpp/cuda-histogram/releases"
Homepage = "https://github.com/scikit-hep/cuda-histogram"
"Bug Tracker" = "https://github.com/scikit-hep/cuda-histogram/issues"
Discussions = "https://github.com/scikit-hep/cuda-histogram/discussions"
Changelog = "https://github.com/scikit-hep/cuda-histogram/releases"


[tool.hatch]
Expand Down