From a90263c0950ca4fcddaa46ccc2e0963e6d2c3079 Mon Sep 17 00:00:00 2001 From: acostadon Date: Mon, 13 Jan 2025 11:14:38 -0500 Subject: [PATCH] fixed typo and added break --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d3be41d9e0..c77e55ae6f 100644 --- a/README.md +++ b/README.md @@ -9,8 +9,9 @@ Libraries supporting GNNs are now located in the [cugraph-gnn repository](https: [RAPIDS nx-cugraph](https://rapids.ai/nx-cugraph/) is now located in the nx-cugraph repository. * [nx-cugraph library](https://github.com/rapidsai/nx-cugraph) is a backend to NetworkX to run supported algorithms with GPU acceleration. -The cugraph-docs repository contains code to generate cuGraph documentation. It is now located in the [cugraph-docs repository](https://docsgithub.com/rapidsai/cugraph-docs) +The cugraph-docs repository contains code to generate cuGraph documentation. It is now located in the [cugraph-docs repository](https://github.com/rapidsai/cugraph-docs) +#