diff --git a/nx_cugraph/classes/graph.py b/nx_cugraph/classes/graph.py index cfe1e1c87..ac075f730 100644 --- a/nx_cugraph/classes/graph.py +++ b/nx_cugraph/classes/graph.py @@ -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( diff --git a/nx_cugraph/convert.py b/nx_cugraph/convert.py index a872f13ac..b39de09c2 100644 --- a/nx_cugraph/convert.py +++ b/nx_cugraph/convert.py @@ -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( diff --git a/pyproject.toml b/pyproject.toml index d145aa549..c849f2452 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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