Skip to content

Commit

Permalink
chore: update links (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
Saransh-cpp authored Aug 28, 2024
1 parent 89e543e commit ab63c11
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
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

0 comments on commit ab63c11

Please sign in to comment.