Skip to content

Commit

Permalink
Update project URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
nv-rliu committed Oct 22, 2024
1 parent 708e485 commit 79d27f3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion nx_cugraph/classes/graph.py
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ def _cudagraph(self):
f"{type(self).__name__} cannot be converted to the GPU, because it is "
"not on the CPU! This is not supposed to be possible. If you believe "
"you have found a bug, please report a minimum reproducible example to "
"https://github.com/rapidsai/cugraph/issues/new/choose"
"https://github.com/rapidsai/nx-cugraph/issues/new/choose"
)
try:
Gcg = nxcg.from_networkx(
Expand Down
2 changes: 1 addition & 1 deletion nx_cugraph/convert.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ def from_networkx(
f"{type(graph).__name__} cannot be converted to the GPU, because it is "
"not on the CPU! This is not supposed to be possible. If you believe "
"you have found a bug, please report a minimum reproducible example to "
"https://github.com/rapidsai/cugraph/issues/new/choose"
"https://github.com/rapidsai/nx-cugraph/issues/new/choose"
)
if _nxver >= (3, 4):
cache_key = _get_cache_key(
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ test = [
] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`.

[project.urls]
Homepage = "https://github.com/rapidsai/cugraph"
Homepage = "https://github.com/rapidsai/nx-cugraph"
Documentation = "https://docs.rapids.ai/api/cugraph/stable/"

# "plugin" used in nx version < 3.2
Expand Down

0 comments on commit 79d27f3

Please sign in to comment.